From b5fd3f8b366913e9119a23bb9a07b520ed634eb6 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Oct 2003 11:06:33 +0000 Subject: Forgot 5.6.x requirement --- textproc/p5-XML-Smart/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/p5-XML-Smart/Makefile b/textproc/p5-XML-Smart/Makefile index c3e10b5c84e..8c2d38b6ed5 100644 --- a/textproc/p5-XML-Smart/Makefile +++ b/textproc/p5-XML-Smart/Makefile @@ -22,4 +22,10 @@ PERL_CONFIGURE= YES MAN3= XML::Smart.3 -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include -- cgit