From fbe29a2d40b4f805df288b00b5728e73331b7bae Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 17 Aug 2015 13:05:41 +0000 Subject: - Strip shared library - Bump PORTREVISION for package change --- math/p5-Math-Prime-XS/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/math/p5-Math-Prime-XS/Makefile b/math/p5-Math-Prime-XS/Makefile index 53797b8..77988dc 100644 --- a/math/p5-Math-Prime-XS/Makefile +++ b/math/p5-Math-Prime-XS/Makefile @@ -3,7 +3,7 @@ PORTNAME= Math-Prime-XS PORTVERSION= 0.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,4 +23,7 @@ TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Prime/XS/XS.so + .include -- cgit v1.1