diff options
Diffstat (limited to 'converters/p5-Encode/Makefile')
-rw-r--r-- | converters/p5-Encode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index 5417f5df469e..27fb5f6babbb 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Encode -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,7 +39,7 @@ MAN3= Encode.3 \ .if ${PERL_LEVEL} > 500800 post-patch: - ${PERL} -pi -e '$$_="" if $$.>=23 && $$.<=25; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL + ${PERL} -pi -e '$$_="" if $$.>=24 && $$.<=26; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL .endif post-configure: |