git: 65c0e9621a90 - main - devel/p5-Ouch: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:48:54 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=65c0e9621a90aa0aa23af132515d821b79c467cf
commit 65c0e9621a90aa0aa23af132515d821b79c467cf
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:10:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:55 +0000
devel/p5-Ouch: Add LICENSE_FILE
---
devel/p5-Ouch/Makefile | 6 ++++--
1 file 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>