diff options
author | clsung <clsung@FreeBSD.org> | 2004-11-04 09:29:11 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-11-04 09:29:11 +0800 |
commit | d4f4f029c8e344c67e6cd099a83690de1f85e5d1 (patch) | |
tree | e7d3c3d225585b8df4421b80677d3d1a1e93bd58 /textproc/p5-Lingua-EN-AddressParse | |
parent | 38026744e2beb7f70e171355d1851d07a04900c5 (diff) | |
download | freebsd-ports-graphics-d4f4f029c8e344c67e6cd099a83690de1f85e5d1.tar.gz freebsd-ports-graphics-d4f4f029c8e344c67e6cd099a83690de1f85e5d1.tar.zst freebsd-ports-graphics-d4f4f029c8e344c67e6cd099a83690de1f85e5d1.zip |
- mark IGNORE in perl5.005
Noticed by: kris
Approved by: co-mentor (vanilla)
Diffstat (limited to 'textproc/p5-Lingua-EN-AddressParse')
-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 7a3604a777b..599612d03d0 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> |