diff options
author | mat <mat@FreeBSD.org> | 2003-10-13 19:06:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-13 19:06:33 +0800 |
commit | b5fd3f8b366913e9119a23bb9a07b520ed634eb6 (patch) | |
tree | cd9765c0edc77ca5cb98e75c72347c46c5ea6468 /textproc/p5-XML-Smart | |
parent | 09db5b28688cdc2f4e797d1684dbd1c58123be4c (diff) | |
download | freebsd-ports-gnome-b5fd3f8b366913e9119a23bb9a07b520ed634eb6.tar.gz freebsd-ports-gnome-b5fd3f8b366913e9119a23bb9a07b520ed634eb6.tar.zst freebsd-ports-gnome-b5fd3f8b366913e9119a23bb9a07b520ed634eb6.zip |
Forgot 5.6.x requirement
Diffstat (limited to 'textproc/p5-XML-Smart')
-rw-r--r-- | textproc/p5-XML-Smart/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-XML-Smart/Makefile b/textproc/p5-XML-Smart/Makefile index c3e10b5c84ee..8c2d38b6ed5e 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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> |