From c10f314307a4e84ca4811cb03db549590b4c364a Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" 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) --- converters/p5-Encode/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'converters/p5-Encode') diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index 6e1ccbdfe27c..4c12c50e1406 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -35,12 +35,8 @@ MAN3= Encode.3 \ Encode::Unicode::UTF7.3 \ encoding.3 -.include - -.if ${PERL_LEVEL} > 500800 post-patch: ${PERL} -pi -e '$$_="" if $$.>=24 && $$.<=26; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL -.endif post-configure: @${FIND} ${WRKSRC}/ -name Makefile -exec \ @@ -49,4 +45,4 @@ post-configure: regression-test: cd ${WRKSRC} && ${MAKE} test -.include +.include -- cgit v1.2.3