diff options
-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> |