diff options
Diffstat (limited to 'converters/p5-Encode/Makefile')
-rw-r--r-- | converters/p5-Encode/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index 439a2c63a045..11ad016bee7c 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Provides interfaces between strings and the rest of the system -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.7.3+ MAN3= Encode.3 \ Encode::Alias.3 \ @@ -38,10 +38,6 @@ MAN3= Encode.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500703 -IGNORE= requires Perl 5.7.3 or above -.endif - .if ${PERL_LEVEL} > 500800 post-patch: ${PERL} -pi -e '$$_="" if $$.>=23 && $$.<=25; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL |