aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigRat
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-05 21:31:08 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-05 21:31:08 +0000
commit2272c8d97f8be862d18cdd31cd7ceff455c99db9 (patch)
tree45dfcb4df1ff161c02aec683fd840ae5b9a88c5b /math/p5-Math-BigRat
parent31433bfc4558b518c2821bb26e6a2dc431541150 (diff)
downloadports-2272c8d97f8be862d18cdd31cd7ceff455c99db9.tar.gz
ports-2272c8d97f8be862d18cdd31cd7ceff455c99db9.zip
- Add missing p5-Math-BigInt dependency, makes a build warning go away, and
tests fail without it.
Notes
Notes: svn path=/head/; revision=288565
Diffstat (limited to 'math/p5-Math-BigRat')
-rw-r--r--math/p5-Math-BigRat/Makefile4
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