aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:56 +0000
commit5ff442556d7f7dd32d6e0c28fc55607db836e89e (patch)
treec8afcfce09fc2cabfc23a8d41b59b989816fd18c
parent733f0fab0823aea612b5afe62f8b30c30222d6e1 (diff)
downloadports-5ff442556d7f7dd32d6e0c28fc55607db836e89e.tar.gz
ports-5ff442556d7f7dd32d6e0c28fc55607db836e89e.zip
devel/p5-Moos: Add LICENSE_FILE
-rw-r--r--devel/p5-Moos/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Moos/Makefile b/devel/p5-Moos/Makefile
index 9bb4bd76b9f4..70cdc349b2d8 100644
--- a/devel/p5-Moos/Makefile
+++ b/devel/p5-Moos/Makefile
@@ -13,6 +13,7 @@ COMMENT= Moo s{imple,peedy,ingle}
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \
@@ -20,8 +21,9 @@ RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \
TEST_DEPENDS= p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>