diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-27 07:34:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-27 07:34:11 +0000 |
commit | 7f72583ecf8ab4dd858145acb3d335e0cea60bc6 (patch) | |
tree | 84fe3109edcf4c273287a6b230dbc10e64a0ee2d /math/p5-Math-BigInt | |
parent | c0e9e4681d847f9be61b6dbc0e532e329b7e1220 (diff) | |
download | ports-7f72583ecf8ab4dd858145acb3d335e0cea60bc6.tar.gz ports-7f72583ecf8ab4dd858145acb3d335e0cea60bc6.zip |
Notes
Diffstat (limited to 'math/p5-Math-BigInt')
-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> |