From 99856a52a8edb977425a691348c9e3f4a486560f Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 27 Oct 2011 07:34:11 +0000 Subject: - Remove conditional ExtUtils::MakeMaker dependency which is already in all supported Perl releases PR: ports/160951 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) --- math/p5-Math-BigInt/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'math/p5-Math-BigInt/Makefile') diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 5d9c8d64f743..de95365e670d 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -22,10 +22,4 @@ MAN3= Math::BigFloat.3 \ Math::BigInt::Calc.3 \ Math::BigInt::CalcEmu.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include -- cgit