From 9ccc7e92dea72d32d4ae04470bbce43e6f9227da Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 8 Sep 2007 01:12:10 +0000 Subject: Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr --- net/p5-Net-SSH-Perl/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'net/p5-Net-SSH-Perl') diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile index 4455fd61cdfd..5c2ac285885c 100644 --- a/net/p5-Net-SSH-Perl/Makefile +++ b/net/p5-Net-SSH-Perl/Makefile @@ -76,10 +76,6 @@ OPTIONS= GMP "Use the optimized Math::BigInt::GMP backend" on .include -.if ${PERL_LEVEL} < 500600 -IGNORE= needs Perl 5.6.0 or greater, please upgrade your Perl -.endif - .if !defined(WITHOUT_GMP) GMP_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Math/BigInt/GMP.pm:${PORTSDIR}/math/p5-Math-BigInt-GMP BUILD_DEPENDS+= ${GMP_DEPEND} -- cgit