summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-08-17 13:05:41 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-08-17 13:05:41 +0000
commitfbe29a2d40b4f805df288b00b5728e73331b7bae (patch)
tree2574d0cf56b580220088a1c89bc9f7b19c7bbb91
parentf1a2c96ec74aba4bc5d86c6f2c228b03aa871aa6 (diff)
downloadFreeBSD-ports-fbe29a2d40b4f805df288b00b5728e73331b7bae.zip
FreeBSD-ports-fbe29a2d40b4f805df288b00b5728e73331b7bae.tar.gz
- Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--math/p5-Math-Prime-XS/Makefile5
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.mk>
OpenPOWER on IntegriCloud