diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-27 17:09:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-27 17:09:22 +0000 |
commit | 68b3782030e53b59f370b0817127a54e1ca022e1 (patch) | |
tree | 9357d8ad293d26c72ab7010a0b1fe52a7f24a226 | |
parent | a1dfcfc642141841098333d286d734e5a7e8e1cd (diff) | |
download | ports-68b3782030e53b59f370b0817127a54e1ca022e1.tar.gz ports-68b3782030e53b59f370b0817127a54e1ca022e1.zip |
Notes
-rw-r--r-- | math/p5-Math-Random-MT-Auto/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-Random-MT-Auto/distinfo | 5 | ||||
-rw-r--r-- | math/p5-Math-Random-MT-Auto/pkg-plist | 4 |
3 files changed, 11 insertions, 6 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> diff --git a/math/p5-Math-Random-MT-Auto/distinfo b/math/p5-Math-Random-MT-Auto/distinfo index 9a62972924ea..51c917ff02a3 100644 --- a/math/p5-Math-Random-MT-Auto/distinfo +++ b/math/p5-Math-Random-MT-Auto/distinfo @@ -1,2 +1,3 @@ -SHA256 (Math-Random-MT-Auto-6.22.tar.gz) = 1f2ae9752ba908c126dc2bd3c27cb286543121997f87c5bce578fb2e7f51f01f -SIZE (Math-Random-MT-Auto-6.22.tar.gz) = 134881 +TIMESTAMP = 1543326628 +SHA256 (Math-Random-MT-Auto-6.23.tar.gz) = 58bcb5ad3162964ff5a0c4d2dcbaa0202c2c85d9c470496f3b7a998757776313 +SIZE (Math-Random-MT-Auto-6.23.tar.gz) = 134273 diff --git a/math/p5-Math-Random-MT-Auto/pkg-plist b/math/p5-Math-Random-MT-Auto/pkg-plist index 62343e256a21..f250896383af 100644 --- a/math/p5-Math-Random-MT-Auto/pkg-plist +++ b/math/p5-Math-Random-MT-Auto/pkg-plist @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Math::Random::MT::Auto.3.gz -%%PERL5_MAN3%%/Math::Random::MT::Auto::Range.3.gz %%SITE_ARCH%%/Math/Random/MT/Auto.pm %%SITE_ARCH%%/Math/Random/MT/Auto/Range.pm %%SITE_ARCH%%/auto/Math/Random/MT/Auto/Auto.so +%%PERL5_MAN3%%/Math::Random::MT::Auto.3.gz +%%PERL5_MAN3%%/Math::Random::MT::Auto::Range.3.gz |