aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:11:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:44:13 +0000
commit5fa161d31ebf77b99ca4da4fb94ee6fbf407d8c0 (patch)
tree50e4eff5fc5e0ddfa03c83895b9cb09b2501d8c8
parent60d462764d598cebeb65518d241ceb4fb0f2edb0 (diff)
downloadports-5fa161d31ebf77b99ca4da4fb94ee6fbf407d8c0.tar.gz
ports-5fa161d31ebf77b99ca4da4fb94ee6fbf407d8c0.zip
www/p5-HTTP-Parser-XS: Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--www/p5-HTTP-Parser-XS/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-HTTP-Parser-XS/Makefile b/www/p5-HTTP-Parser-XS/Makefile
index 6a0eecf3019c..2185ac7ace1c 100644
--- a/www/p5-HTTP-Parser-XS/Makefile
+++ b/www/p5-HTTP-Parser-XS/Makefile
@@ -1,5 +1,6 @@
PORTNAME= HTTP-Parser-XS
PORTVERSION= 0.17
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,4 +14,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTTP/Parser/XS/XS.so
+
.include <bsd.port.mk>