diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-06 17:54:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-06 17:54:27 +0000 |
commit | 5c87034a4a9d596769be194fbec13753de56c7fb (patch) | |
tree | debed3afe31bfdf543aa6bfbcbbd77e07658697e /math/p5-Math-Prime-XS | |
parent | 6f3adfcdacab92782c001934198242bc6bb5dc5e (diff) | |
download | ports-5c87034a4a9d596769be194fbec13753de56c7fb.tar.gz ports-5c87034a4a9d596769be194fbec13753de56c7fb.zip |
Notes
Diffstat (limited to 'math/p5-Math-Prime-XS')
-rw-r--r-- | math/p5-Math-Prime-XS/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Math-Prime-XS/Makefile b/math/p5-Math-Prime-XS/Makefile index 5d86186515d5..a43eadb993a6 100644 --- a/math/p5-Math-Prime-XS/Makefile +++ b/math/p5-Math-Prime-XS/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-Prime-XS PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Detect and calculate prime numbers with deterministic tests -BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-boolean>=0:${PORTSDIR}/devel/p5-boolean +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-boolean>=0:${PORTSDIR}/devel/p5-boolean TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage |