aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Class-CSV
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2007-01-12 20:19:33 +0800
committermat <mat@FreeBSD.org>2007-01-12 20:19:33 +0800
commitf2c0c3a368b4ac8f775fd7382376708a44b5756e (patch)
treec58ad1c42d7de23fda51a39b5c56833da642eea2 /textproc/p5-Class-CSV
parentf0d0e0687f0213c2730177763d431efb80cb5d50 (diff)
downloadfreebsd-ports-graphics-f2c0c3a368b4ac8f775fd7382376708a44b5756e.tar.gz
freebsd-ports-graphics-f2c0c3a368b4ac8f775fd7382376708a44b5756e.tar.zst
freebsd-ports-graphics-f2c0c3a368b4ac8f775fd7382376708a44b5756e.zip
Does not work with perl < 5.6
Diffstat (limited to 'textproc/p5-Class-CSV')
-rw-r--r--textproc/p5-Class-CSV/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Class-CSV/Makefile b/textproc/p5-Class-CSV/Makefile
index 5c623528c53..066d093437c 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>