aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT-Auto/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-27 17:09:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-27 17:09:22 +0000
commit68b3782030e53b59f370b0817127a54e1ca022e1 (patch)
tree9357d8ad293d26c72ab7010a0b1fe52a7f24a226 /math/p5-Math-Random-MT-Auto/Makefile
parenta1dfcfc642141841098333d286d734e5a7e8e1cd (diff)
downloadports-68b3782030e53b59f370b0817127a54e1ca022e1.tar.gz
ports-68b3782030e53b59f370b0817127a54e1ca022e1.zip
Update to 6.23
- Add LICENSE - Strip shared library - Sort PLIST Changes: https://metacpan.org/changes/distribution/Math-Random-MT-Auto
Notes
Notes: svn path=/head/; revision=486032
Diffstat (limited to 'math/p5-Math-Random-MT-Auto/Makefile')
-rw-r--r--math/p5-Math-Random-MT-Auto/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile
index dcce7d82c558..12f310bc4b61 100644
--- a/math/p5-Math-Random-MT-Auto/Makefile
+++ b/math/p5-Math-Random-MT-Auto/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Math-Random-MT-Auto
-PORTVERSION= 6.22
-PORTREVISION= 1
+PORTVERSION= 6.23
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,6 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Auto-seeded Mersenne Twister PRNGs
+LICENSE= BSD3CLAUSE
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exception-Class>=1.32:devel/p5-Exception-Class \
p5-Object-InsideOut>=3.88:devel/p5-Object-InsideOut
@@ -19,4 +20,7 @@ TEST_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/MT/Auto/Auto.so
+
.include <bsd.port.mk>