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) --- misc/p5-Acme-ButFirst/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'misc/p5-Acme-ButFirst/Makefile') diff --git a/misc/p5-Acme-ButFirst/Makefile b/misc/p5-Acme-ButFirst/Makefile index 493ab8f72282..0558fefa6ede 100644 --- a/misc/p5-Acme-ButFirst/Makefile +++ b/misc/p5-Acme-ButFirst/Makefile @@ -18,10 +18,4 @@ MAN3= Acme::ButFirst.3 PERL_CONFIGURE= yes -.include - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple -.endif - -.include +.include -- cgit