summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2010-11-05 09:42:44 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2010-11-05 09:42:44 +0000
commitadf1e913f8e2088ca91c84eb2f76b527bdeb9478 (patch)
tree55e83609a17a55b791cd7b345ea566ef85b2d4dd /lang
parent- Update to 0.12 (diff)
Specify LICENSE.
Notes
Notes: svn path=/head/; revision=264127
Diffstat (limited to 'lang')
-rw-r--r--lang/parrot/Makefile2
-rw-r--r--lang/rakudo/Makefile2
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