From f2c0c3a368b4ac8f775fd7382376708a44b5756e Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 12 Jan 2007 12:19:33 +0000 Subject: Does not work with perl < 5.6 --- textproc/p5-Class-CSV/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/p5-Class-CSV') 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 +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl5.6. Install lang/perl5 or lang/perl5.8 and try again +.endif + +.include -- cgit