aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-19 21:17:27 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-19 21:17:27 +0000
commit193ad28af9e8f34f9752e9dbfcc3f6d89b2d2291 (patch)
treec4d39a512dd8c679f29aa0e22f2924a2a05d2ab1 /textproc
parent04d80cea3a420794597df73037142c5e01ba7af0 (diff)
downloadports-193ad28af9e8f34f9752e9dbfcc3f6d89b2d2291.tar.gz
ports-193ad28af9e8f34f9752e9dbfcc3f6d89b2d2291.zip
Needs 5.6.1
Notified by: kris (bento)
Notes
Notes: svn path=/head/; revision=91697
Diffstat (limited to 'textproc')
-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>