diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-03-14 10:55:45 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-03-14 10:55:45 +0000 |
commit | f173e3efa0ee1aaec0497e4acecfba6be3260b50 (patch) | |
tree | a5af003bd10c8a5711ded9b40599867777b93fd0 /math/p5-Math-Random-ISAAC-XS | |
parent | 95ec9797fb0a7bbd3ff40f0d4042b4698fd8feef (diff) | |
download | ports-f173e3efa0ee1aaec0497e4acecfba6be3260b50.tar.gz ports-f173e3efa0ee1aaec0497e4acecfba6be3260b50.zip |
Notes
Diffstat (limited to 'math/p5-Math-Random-ISAAC-XS')
-rw-r--r-- | math/p5-Math-Random-ISAAC-XS/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile index 79048dbd2109..ad4593eb6d63 100644 --- a/math/p5-Math-Random-ISAAC-XS/Makefile +++ b/math/p5-Math-Random-ISAAC-XS/Makefile @@ -3,17 +3,16 @@ PORTNAME= Math-Random-ISAAC-XS PORTVERSION= 1.004 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAWNSY PKGNAMEPREFIX= p5- -MAINTAINER= wen@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= C implementation of the ISAAC PRNG Algorithm -BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= modbuild |