git: 13ece712da3f - main - devel/p5-MouseX-App-Cmd: Add LICENSE_FILE and NO_ARCH
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 25 13:44:22 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=13ece712da3f0453983f6439a976bcb5fad58641
commit 13ece712da3f0453983f6439a976bcb5fad58641
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:35:05 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:35:05 +0000
devel/p5-MouseX-App-Cmd: Add LICENSE_FILE and NO_ARCH
---
devel/p5-MouseX-App-Cmd/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/p5-MouseX-App-Cmd/Makefile b/devel/p5-MouseX-App-Cmd/Makefile
index 9d4d8734244c..bf679381e2a1 100644
--- a/devel/p5-MouseX-App-Cmd/Makefile
+++ b/devel/p5-MouseX-App-Cmd/Makefile
@@ -11,6 +11,7 @@ COMMENT= Mashes up MouseX::Getopt and App::Cmd
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-App-Cmd>=0.321:devel/p5-App-Cmd \
@@ -22,7 +23,9 @@ RUN_DEPENDS= p5-App-Cmd>=0.321:devel/p5-App-Cmd \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list