aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Class-CSV/Makefile8
-rw-r--r--textproc/p5-Text-Trac/Makefile3
2 files changed, 8 insertions, 3 deletions
diff --git a/textproc/p5-Class-CSV/Makefile b/textproc/p5-Class-CSV/Makefile
index 5c623528c53a..066d093437c9 100644
--- a/textproc/p5-Class-CSV/Makefile
+++ b/textproc/p5-Class-CSV/Makefile
@@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= Class::CSV.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl5.6. Install lang/perl5 or lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile
index d737193e3973..06807bb66aaf 100644
--- a/textproc/p5-Text-Trac/Makefile
+++ b/textproc/p5-Text-Trac/Makefile
@@ -26,8 +26,7 @@ MAN3= Text::Trac.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-post-patch:
- ${PERL} -pi -e 's/^use warnings;//g' ${WRKSRC}/Makefile.PL
+IGNORE= requires perl5.6. Install lang/perl5 or lang/perl5.8 and try again
.endif
.if ${PERL_LEVEL} < 500602