diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-27 15:34:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-27 15:34:11 +0800 |
commit | 99856a52a8edb977425a691348c9e3f4a486560f (patch) | |
tree | e7185e3130b350008dd3de1380b43d90fcae672c /math/p5-Math-BigInt/Makefile | |
parent | 022ff97a95e8765f9bc92e561023f0083506917d (diff) | |
download | freebsd-ports-gnome-99856a52a8edb977425a691348c9e3f4a486560f.tar.gz freebsd-ports-gnome-99856a52a8edb977425a691348c9e3f4a486560f.tar.zst freebsd-ports-gnome-99856a52a8edb977425a691348c9e3f4a486560f.zip |
- 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)
Diffstat (limited to 'math/p5-Math-BigInt/Makefile')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |