diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-07 01:54:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-07 01:54:27 +0800 |
commit | ea36197d8974825aba1801292606851efa60ba1c (patch) | |
tree | 0fd33575e392f536fc00b5d4503d822f2bb96697 /math | |
parent | 68a1cfc9d27764c96173b6b6495378aa1db0f0eb (diff) | |
download | freebsd-ports-gnome-ea36197d8974825aba1801292606851efa60ba1c.tar.gz freebsd-ports-gnome-ea36197d8974825aba1801292606851efa60ba1c.tar.zst freebsd-ports-gnome-ea36197d8974825aba1801292606851efa60ba1c.zip |
- Add missing dependency: p5-boolean
- Bump PORTREVISION for dependency change
PR: ports/165726
Submitted by: swills
Diffstat (limited to 'math')
-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 |