diff options
Diffstat (limited to 'math/p5-Math-BigRat/Makefile')
-rw-r--r-- | math/p5-Math-BigRat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index 47ee2f06fa7b..69c41b8ac0ae 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-BigRat PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Arbitrary big rational numbers -BUILD_DEPENDS= p5-Math-BigInt>=1.88:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Math::BigRat.3 |