diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /converters/p5-Encode | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) |
Notes
Diffstat (limited to 'converters/p5-Encode')
-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 |