diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-17 15:59:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-17 15:59:19 +0000 |
commit | 663180c8406def0ef27de93c3680ed1f82bbd4ca (patch) | |
tree | 79f6b797f5a38cca05c7646f8d11a0b66d2f9872 /textproc/p5-XML-SimpleObject-LibXML | |
parent | 25821e3abc939b7f13c9554f967341d817ce67d6 (diff) | |
download | ports-663180c8406def0ef27de93c3680ed1f82bbd4ca.tar.gz ports-663180c8406def0ef27de93c3680ed1f82bbd4ca.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML')
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile index 8875e72a1104..aa7241fe4fc0 100644 --- a/textproc/p5-XML-SimpleObject-LibXML/Makefile +++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile @@ -25,8 +25,8 @@ MAN3= XML::SimpleObject::LibXML.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not build" +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> |