summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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