summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-02-25 11:38:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-02-25 11:38:28 +0000
commitfa66d83c3376b1042db677b3ac3d38ef016b0f68 (patch)
tree3c9c7d5a42be7b4fce84533869391e3c551606cc /math
parent Broken on amd64, as any other gcc. (diff)
add the right dependency so that it builds with all perls
Notes
Notes: svn path=/head/; revision=102082
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-FixedPrecision/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile
index 71bb6bf7cb44..4257a0250e6d 100644
--- a/math/p5-Math-FixedPrecision/Makefile
+++ b/math/p5-Math-FixedPrecision/Makefile
@@ -12,17 +12,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mat@FreeBSD.org
COMMENT= Perl module that provides decimal math without floating point errors
-PERL_CONFIGURE= yes
-
-.include <bsd.port.pre.mk>
+BUILD_DEPENDS= ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt
+RUN_DEPENDS= ${BUILD_DEPENDS}
-.if ${PERL_LEVEL} < 500600
-BROKEN= "Needs Perl 5.6.0 for Math::BigFloat"
-.endif
+PERL_CONFIGURE= yes
MAN3= Math::FixedPrecision.3
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>