diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 11:06:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 11:06:33 +0000 |
commit | 16a75c876aeb92e3817f33f2d8f0a31d016469f4 (patch) | |
tree | 9e0330600f4acad07c90bad07b7ce91a6f33e27d /textproc | |
parent | 5fabb2872afd81956988b09992b3a434d5282823 (diff) |
Forgot 5.6.x requirement
Notes
Notes:
svn path=/head/; revision=91023
Diffstat (limited to 'textproc')
-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> |