aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Prime-XS
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-06 17:54:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-06 17:54:27 +0000
commit5c87034a4a9d596769be194fbec13753de56c7fb (patch)
treedebed3afe31bfdf543aa6bfbcbbd77e07658697e /math/p5-Math-Prime-XS
parent6f3adfcdacab92782c001934198242bc6bb5dc5e (diff)
downloadports-5c87034a4a9d596769be194fbec13753de56c7fb.tar.gz
ports-5c87034a4a9d596769be194fbec13753de56c7fb.zip
Notes
Diffstat (limited to 'math/p5-Math-Prime-XS')
-rw-r--r--math/p5-Math-Prime-XS/Makefile7
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