aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:10:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:37:55 +0000
commit65c0e9621a90aa0aa23af132515d821b79c467cf (patch)
tree9569ce8161f870e1dad300209a7c90c4f5667c6d
parent1309dae738dd659fa772ea1afce5e6815382f1ba (diff)
downloadports-65c0e9621a90aa0aa23af132515d821b79c467cf.tar.gz
ports-65c0e9621a90aa0aa23af132515d821b79c467cf.zip
devel/p5-Ouch: Add LICENSE_FILE
-rw-r--r--devel/p5-Ouch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Ouch/Makefile b/devel/p5-Ouch/Makefile
index 38430c478480..079581777612 100644
--- a/devel/p5-Ouch/Makefile
+++ b/devel/p5-Ouch/Makefile
@@ -10,11 +10,13 @@ COMMENT= Perl extension for exceptions that don't hurt
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Trap>=0:devel/p5-Test-Trap
-USES= perl5
+USES= perl5
USE_PERL5= configure
-NO_ARCH= YES
+
+NO_ARCH= yes
.include <bsd.port.mk>