git: 5042d0834d22 - main - devel/p5-Config-Identity: Add LICENSE_FILE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 10 14:47:55 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5042d0834d22491b1d33e0a7e7615af07654460b
commit 5042d0834d22491b1d33e0a7e7615af07654460b
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:26:39 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:46:04 +0000
devel/p5-Config-Identity: Add LICENSE_FILE
---
devel/p5-Config-Identity/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/devel/p5-Config-Identity/Makefile b/devel/p5-Config-Identity/Makefile
index 1b806218d1e5..65a8cc602d26 100644
--- a/devel/p5-Config-Identity/Makefile
+++ b/devel/p5-Config-Identity/Makefile
@@ -11,6 +11,7 @@ COMMENT= Load (and optionally decrypt via GnuPG) user/pass identity information
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
@@ -18,8 +19,9 @@ RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-IPC-Run>=0:devel/p5-IPC-Run
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
-NO_ARCH= yes
-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