Revision: 111777 https://trac.macports.org/changeset/111777 Author: jmr@macports.org Date: 2013-10-01 08:44:26 -0700 (Tue, 01 Oct 2013) Log Message: ----------- lambdamoo: license Modified Paths: -------------- trunk/dports/net/lambdamoo/Portfile Modified: trunk/dports/net/lambdamoo/Portfile =================================================================== --- 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 } -