git: 37f04b273dec - main - www/p5-URL-Encode-XS: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:06:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=37f04b273dec700344c16096c3a6b9ec503430c5 commit 37f04b273dec700344c16096c3a6b9ec503430c5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:52:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:13 +0000 www/p5-URL-Encode-XS: Strip shared library - Bump PORTREVISION for package change --- www/p5-URL-Encode-XS/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/p5-URL-Encode-XS/Makefile b/www/p5-URL-Encode-XS/Makefile index 94b7b360308c..853c4082d6ad 100644 --- a/www/p5-URL-Encode-XS/Makefile +++ b/www/p5-URL-Encode-XS/Makefile @@ -2,6 +2,7 @@ PORTNAME= URL-Encode-XS PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHANSEN @@ -16,4 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/URL/Encode/XS/XS.so + .include <bsd.port.mk>