aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 21:05:41 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 21:05:41 +0800
commit1e48475b305c239c5ba1fe89f822f92752b7aeb0 (patch)
tree2574d0cf56b580220088a1c89bc9f7b19c7bbb91
parent5bd443a6bef7afc83731be7e1e4056e4b0e4fdd0 (diff)
downloadfreebsd-ports-gnome-1e48475b305c239c5ba1fe89f822f92752b7aeb0.tar.gz
freebsd-ports-gnome-1e48475b305c239c5ba1fe89f822f92752b7aeb0.tar.zst
freebsd-ports-gnome-1e48475b305c239c5ba1fe89f822f92752b7aeb0.zip
- 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 53797b8713c7..77988dc296dd 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>