diff options
-rw-r--r-- | math/p5-Math-BigRat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index b5f541206ca6..6f559ddcea8f 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-BigRat PORTVERSION= 0.26.02 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Arbitrary big rational numbers +BUILD_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= p5-Math-BigInt>=1.991:${PORTSDIR}/math/p5-Math-BigInt + PERL_CONFIGURE= yes MAN3= Math::BigRat.3 |