diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 18:44:04 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 18:44:04 +0000 |
| commit | fbd4f11fd7910e50e3240f594c2c8b1cf35bdf8f (patch) | |
| tree | 73f9aee2d9fab79170c38d7e397fdd3bd3519acd /math/p5-Math-BigInt-Pari/Makefile | |
| parent | 288c6bb1f9ab9fd6a2f961d903073f99fb6727d3 (diff) | |
Notes
Diffstat (limited to 'math/p5-Math-BigInt-Pari/Makefile')
| -rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 4126e4ca5cd7..d61089812274 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use Math::Pari for Math::BigInt routines -RUN_DEPENDS= p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari +BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari +RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari PERL_CONFIGURE= yes -MAN3= Math::BigInt::Pari.3 +MAN3= Math::BigInt::Pari.3 .include <bsd.port.mk> |
