aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Class-CSV
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2007-01-12 12:19:33 +0000
committerMathieu Arnold <mat@FreeBSD.org>2007-01-12 12:19:33 +0000
commit63862f7aea648b244e5b0344f5461de824a3345e (patch)
treee4e0bc26ce66c8b20cf5d9b36b539fa50ef25df2 /textproc/p5-Class-CSV
parenta3d99e8e673f388785abd3ec5283d8cf1e94557f (diff)
downloadports-63862f7aea648b244e5b0344f5461de824a3345e.tar.gz
ports-63862f7aea648b244e5b0344f5461de824a3345e.zip
Notes
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 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>