summaryrefslogtreecommitdiff
path: root/converters/p5-Encode
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
commitc10f314307a4e84ca4811cb03db549590b4c364a (patch)
treeaefb02047d08a1e3c25a562330070cfdd71f0579 /converters/p5-Encode
parent- Correct regex for the defaults in FreeBSD (diff)
- 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)
Notes
Notes: svn path=/head/; revision=238202
Diffstat (limited to 'converters/p5-Encode')
-rw-r--r--converters/p5-Encode/Makefile6
1 files changed, 1 insertions, 5 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>