diff options
author | skv <skv@FreeBSD.org> | 2010-11-05 17:42:44 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2010-11-05 17:42:44 +0800 |
commit | e87e61cafd234e0e14cdbf9a8f0c46534d6e1fd9 (patch) | |
tree | d77d58e7d60a623456cd273707cae18160f6fc4c | |
parent | 6dd2f959b54eb36d3672ad08d46978dfa5099fc6 (diff) | |
download | freebsd-ports-gnome-e87e61cafd234e0e14cdbf9a8f0c46534d6e1fd9.tar.gz freebsd-ports-gnome-e87e61cafd234e0e14cdbf9a8f0c46534d6e1fd9.tar.zst freebsd-ports-gnome-e87e61cafd234e0e14cdbf9a8f0c46534d6e1fd9.zip |
Specify LICENSE.
-rw-r--r-- | lang/parrot/Makefile | 2 | ||||
-rw-r--r-- | lang/rakudo/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index e578d8c5e8ae..3350450f4756 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ icudata.38:${PORTSDIR}/devel/icu +LICENSE= ART20 + MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index d63e98fbe860..324a37fee525 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu RUN_DEPENDS= parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot +LICENSE= ART20 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 |