git: 368abc397116 - main - devel/p5-Class-Load-XS: Add LICENSE_FILE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 10 14:47:53 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=368abc397116ba0271b1cdbed6422a9688841db7
commit 368abc397116ba0271b1cdbed6422a9688841db7
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:26:34 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:46:03 +0000
devel/p5-Class-Load-XS: Add LICENSE_FILE
---
devel/p5-Class-Load-XS/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/p5-Class-Load-XS/Makefile b/devel/p5-Class-Load-XS/Makefile
index ff3832149695..1a5573a44d9c 100644
--- a/devel/p5-Class-Load-XS/Makefile
+++ b/devel/p5-Class-Load-XS/Makefile
@@ -10,6 +10,7 @@ MAINTAINER= sunpoet at FreeBSD.org
COMMENT= XS implementation of parts of Class::Load
LICENSE= ART20
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Load>=0.20:devel/p5-Class-Load
@@ -18,8 +19,8 @@ TEST_DEPENDS= p5-Module-Implementation>=0.04:devel/p5-Module-Implementation \
p5-Test-Needs>=0:devel/p5-Test-Needs \
p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Class/Load/XS/XS.so
More information about the dev-commits-ports-all
mailing list