diff options
author | clsung <clsung@FreeBSD.org> | 2004-11-04 01:29:11 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-11-04 01:29:11 +0000 |
commit | d4f4f029c8e344c67e6cd099a83690de1f85e5d1 (patch) | |
tree | e7d3c3d225585b8df4421b80677d3d1a1e93bd58 /textproc | |
parent | 38026744e2beb7f70e171355d1851d07a04900c5 (diff) | |
download | FreeBSD-ports-d4f4f029c8e344c67e6cd099a83690de1f85e5d1.zip FreeBSD-ports-d4f4f029c8e344c67e6cd099a83690de1f85e5d1.tar.gz |
- mark IGNORE in perl5.005
Noticed by: kris
Approved by: co-mentor (vanilla)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile index 7a3604a..599612d 100644 --- a/textproc/p5-Lingua-EN-AddressParse/Makefile +++ b/textproc/p5-Lingua-EN-AddressParse/Makefile @@ -25,4 +25,10 @@ PERL_CONFIGURE= yes MAN3= Lingua::EN::AddressGrammar.3 \ Lingua::EN::AddressParse.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> |