aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-30 05:57:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-30 05:57:43 +0000
commit4ddfca368ed4c187380ddf2ce618fb0155b0de44 (patch)
tree277892fe7c31049a13aed4c6586481aa9dde7b37
parent16e4d62755c7d28b9f70d0c5a7d0937d54b2518e (diff)
downloadports-4ddfca368ed4c187380ddf2ce618fb0155b0de44.tar.gz
ports-4ddfca368ed4c187380ddf2ce618fb0155b0de44.zip
devel/p5-Data-Miscellany: Add LICENSE_FILE
-rw-r--r--devel/p5-Data-Miscellany/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Data-Miscellany/Makefile b/devel/p5-Data-Miscellany/Makefile
index 9afca0a08076..70fdbd26565d 100644
--- a/devel/p5-Data-Miscellany/Makefile
+++ b/devel/p5-Data-Miscellany/Makefile
@@ -10,9 +10,11 @@ COMMENT= Collection of miscellaneous subroutines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>