diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-11-28 17:14:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-11-28 17:14:52 +0000 |
commit | 1edfd77c86265ade7e08acc52b24d024dc0c0cb7 (patch) | |
tree | 37c6d2ca89c25d9db8bb72536244a07dca02a272 /math/p5-Math-Random-MT/Makefile | |
parent | 3c6f85976504fe7eed653033631680bed3c461a8 (diff) |
Update to 1.17. Strip the XS library, and sort plist.
Notes
Notes:
svn path=/head/; revision=402547
Diffstat (limited to 'math/p5-Math-Random-MT/Makefile')
-rw-r--r-- | math/p5-Math-Random-MT/Makefile | 6 |
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> |