aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:25 +0000
commit7d37465ba92dca81edade06fc47a21ea8ede3b51 (patch)
tree626f7329cdd509ca8eac74bd17ad1fb4ca82d477
parent2b99d7bd47634ae15759607a872c1ad14541d8cd (diff)
downloadports-7d37465ba92dca81edade06fc47a21ea8ede3b51.tar.gz
ports-7d37465ba92dca81edade06fc47a21ea8ede3b51.zip
devel/p5-File-Slurp-Tiny: Add LICENSE_FILE
-rw-r--r--devel/p5-File-Slurp-Tiny/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-File-Slurp-Tiny/Makefile b/devel/p5-File-Slurp-Tiny/Makefile
index e3fb93abe2c1..4129e4aae872 100644
--- a/devel/p5-File-Slurp-Tiny/Makefile
+++ b/devel/p5-File-Slurp-Tiny/Makefile
@@ -11,9 +11,11 @@ COMMENT= Simple, sane and efficient file slurper
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>