diff options
author | wen <wen@FreeBSD.org> | 2012-08-07 07:58:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-08-07 07:58:09 +0800 |
commit | 4c307503f7bc47cd91ca051e4f5c649e071cec3a (patch) | |
tree | 8ba03cba09a7d0b2e79a762b93d3fb778da508d5 /math/p5-Math-Random-MT/Makefile | |
parent | 6b9252eff8c31b3faec393de0daa89da2f0fcec0 (diff) | |
download | freebsd-ports-gnome-4c307503f7bc47cd91ca051e4f5c649e071cec3a.tar.gz freebsd-ports-gnome-4c307503f7bc47cd91ca051e4f5c649e071cec3a.tar.zst freebsd-ports-gnome-4c307503f7bc47cd91ca051e4f5c649e071cec3a.zip |
- Update to 1.16
Changes: http://cpansearch.perl.org/src/FANGLY/Math-Random-MT-1.16/Changes
- Add missing DEPENDS
Diffstat (limited to 'math/p5-Math-Random-MT/Makefile')
-rw-r--r-- | math/p5-Math-Random-MT/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile index 9633264aec67..bd33711fcbfb 100644 --- a/math/p5-Math-Random-MT/Makefile +++ b/math/p5-Math-Random-MT/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Random-MT -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,8 @@ COMMENT= The Mersenne Twister PRNG LICENSE= BSD +TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta + PERL_CONFIGURE= yes MAN3= Math::Random::MT.3 |