summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Validator-Schema
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Validator-Schema')
-rw-r--r--textproc/p5-XML-Validator-Schema/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-XML-Validator-Schema/Makefile b/textproc/p5-XML-Validator-Schema/Makefile
index 646df5870640..4854be6ba01b 100644
--- a/textproc/p5-XML-Validator-Schema/Makefile
+++ b/textproc/p5-XML-Validator-Schema/Makefile
@@ -39,4 +39,10 @@ MAN3= XML::Validator::Schema.3 \
XML::Validator::Schema::TypeLibrary.3 \
XML::Validator::Schema::Util.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>