aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-MPC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-MPC/Makefile')
-rw-r--r--math/p5-Math-MPC/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile
index 73f3ff143aae..e67b1e36be8f 100644
--- a/math/p5-Math-MPC/Makefile
+++ b/math/p5-Math-MPC/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Math-MPC
-PORTVERSION= 1.16
+PORTVERSION= 1.30
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,7 +21,9 @@ USES= localbase perl5
USE_PERL5= configure
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/Ball/Ball.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/Constant/Constant.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/MPC.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPC/Radius/Radius.so
.include <bsd.port.mk>