From fa66d83c3376b1042db677b3ac3d38ef016b0f68 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 25 Feb 2004 11:38:28 +0000 Subject: [PATCH] add the right dependency so that it builds with all perls --- math/p5-Math-FixedPrecision/Makefile | 13 +++++-------- 1 file 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 +BUILD_DEPENDS= ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes -.include - -.if ${PERL_LEVEL} < 500600 -BROKEN= "Needs Perl 5.6.0 for Math::BigFloat" -.endif - MAN3= Math::FixedPrecision.3 -.include +.include