Modified: trunk/dports/net/lambdamoo/Portfile (111776 => 111777)
--- trunk/dports/net/lambdamoo/Portfile 2013-10-01 15:33:38 UTC (rev 111776)
+++ trunk/dports/net/lambdamoo/Portfile 2013-10-01 15:44:26 UTC (rev 111777)
@@ -1,9 +1,13 @@
# $Id$
+
PortSystem 1.0
name lambdamoo
version 1.8.1
categories net
+# Mostly under a permissive but GPL-conflicting license, but also incorporates
+# a copy of gperf which is GPL-1+
+license Permissive GPLConflict GPL Restrictive
maintainers nomaintainer
description The most commonly used program to run MOOs
long_description LambdaMOO is a network-accessible, multi-user, programmable, interactive \
@@ -23,4 +27,3 @@
xinstall -m 755 -d ${destroot}${prefix}/bin
xinstall -m 755 -W ${worksrcpath} moo ${destroot}${prefix}/bin
}
-