diff options
author | skv <skv@FreeBSD.org> | 2007-02-08 20:50:33 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2007-02-08 20:50:33 +0800 |
commit | de99f18c1c8ad56e663ac6835ca923facdba37f0 (patch) | |
tree | 0cce4fc457f18042f33ff4b60caca9c8c379d122 /math/p5-Math-BigRat/Makefile | |
parent | fa8babe0d0164bee59e10c4d959a01ba4088337a (diff) | |
download | freebsd-ports-gnome-de99f18c1c8ad56e663ac6835ca923facdba37f0.tar.gz freebsd-ports-gnome-de99f18c1c8ad56e663ac6835ca923facdba37f0.tar.zst freebsd-ports-gnome-de99f18c1c8ad56e663ac6835ca923facdba37f0.zip |
Update to 0.17
Changes: http://search.cpan.org/src/TELS/Math-BigRat-0.17/CHANGES
Diffstat (limited to 'math/p5-Math-BigRat/Makefile')
-rw-r--r-- | math/p5-Math-BigRat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index 5c1738688628..4497e40a7ee9 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigRat -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Arbitrary big rational numbers -BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.79:${PORTSDIR}/math/p5-Math-BigInt RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Math::BigRat.3 |