aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-11-28 17:14:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-11-28 17:14:52 +0000
commit1edfd77c86265ade7e08acc52b24d024dc0c0cb7 (patch)
tree37c6d2ca89c25d9db8bb72536244a07dca02a272 /math/p5-Math-Random-MT/Makefile
parent3c6f85976504fe7eed653033631680bed3c461a8 (diff)
downloadports-1edfd77c86265ade7e08acc52b24d024dc0c0cb7.tar.gz
ports-1edfd77c86265ade7e08acc52b24d024dc0c0cb7.zip
Notes
Diffstat (limited to 'math/p5-Math-Random-MT/Makefile')
-rw-r--r--math/p5-Math-Random-MT/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile
index bb7fc57f1645..40cc95b790f0 100644
--- a/math/p5-Math-Random-MT/Makefile
+++ b/math/p5-Math-Random-MT/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Math-Random-MT
-PORTVERSION= 1.16
-PORTREVISION= 1
+PORTVERSION= 1.17
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,4 +17,7 @@ TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/MT/MT.so
+
.include <bsd.port.mk>