summaryrefslogtreecommitdiff
path: root/math
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
parent- Mark DEPRECATED and set EXPIRATION_DATE to 2012-04-05 (diff)
- Add missing dependency: p5-boolean
- Bump PORTREVISION for dependency change PR: ports/165726 Submitted by: swills
Notes
Notes: svn path=/head/; revision=292842
Diffstat (limited to 'math')
-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