diff options
author | mat <mat@FreeBSD.org> | 2007-01-12 20:19:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-01-12 20:19:33 +0800 |
commit | f2c0c3a368b4ac8f775fd7382376708a44b5756e (patch) | |
tree | c58ad1c42d7de23fda51a39b5c56833da642eea2 /textproc/p5-Class-CSV | |
parent | f0d0e0687f0213c2730177763d431efb80cb5d50 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |