diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-10 13:18:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-10 13:18:32 +0000 |
commit | fab3faeb4469fda4350447b0526a05efb3e3f214 (patch) | |
tree | 4461b54c419d4b06e2712a5bfb750d1651ae7b0d /math/p5-Math-BigInt-FastCalc/Makefile | |
parent | 471609b8a3b86c79fb273d74cd5b148f3c1f9188 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-BigInt-FastCalc/Makefile')
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index bc86bc9cf62f..6162c3a2ba4d 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::Calc with some XS for more speed -RUN_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt PERL_CONFIGURE= yes |