diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-15 02:59:28 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-15 02:59:28 +0000 |
commit | bdd1e6bdc450acf24d30eda8055d33f1e61037d3 (patch) | |
tree | 6eeb5196b506231eca34240961aa5ba25be32f6e /textproc/p5-URI-Find | |
parent | fe7835730a7338c330aa586aecd8f312beb6af11 (diff) |
Notes
Diffstat (limited to 'textproc/p5-URI-Find')
-rw-r--r-- | textproc/p5-URI-Find/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile index 33ec9df6f290..78479d07fdff 100644 --- a/textproc/p5-URI-Find/Makefile +++ b/textproc/p5-URI-Find/Makefile @@ -25,6 +25,8 @@ MAN3= URI::Find.3 \ .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6 or above due to dependencies +.endif .include <bsd.port.post.mk> |