aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>