aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:35:41 +0000
commit42d23b504c83f9315e5f662e480928180a83542b (patch)
tree57ef8418fefd6c6544fa2458f64cd0a5996ae574
parent2d30c02995257e45e26e74ecb49f06735a7ffa1b (diff)
downloadports-42d23b504c83f9315e5f662e480928180a83542b.tar.gz
ports-42d23b504c83f9315e5f662e480928180a83542b.zip
devel/p5-Tie-Simple: Add LICENSE_FILE
-rw-r--r--devel/p5-Tie-Simple/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Tie-Simple/Makefile b/devel/p5-Tie-Simple/Makefile
index 140a8283c7bb..fbb20a3c63ea 100644
--- a/devel/p5-Tie-Simple/Makefile
+++ b/devel/p5-Tie-Simple/Makefile
@@ -11,9 +11,11 @@ COMMENT= Variable ties made easier: much, much, much easier
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>