From 27d060e940214a9ebd7dcd86f654fc16c995ecc4 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Wed, 22 Jul 2009 16:27:08 +0000 Subject: - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) --- dns/p5-DNS-ZoneParse/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dns/p5-DNS-ZoneParse') diff --git a/dns/p5-DNS-ZoneParse/Makefile b/dns/p5-DNS-ZoneParse/Makefile index 761a9ad6f065..fb197e13de1a 100644 --- a/dns/p5-DNS-ZoneParse/Makefile +++ b/dns/p5-DNS-ZoneParse/Makefile @@ -18,11 +18,4 @@ PERL_CONFIGURE= yes MAN3= DNS::ZoneParse.3 -.include - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.endif - -.include +.include -- cgit