aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SimpleObject-LibXML
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-17 15:59:19 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-17 15:59:19 +0000
commit663180c8406def0ef27de93c3680ed1f82bbd4ca (patch)
tree79f6b797f5a38cca05c7646f8d11a0b66d2f9872 /textproc/p5-XML-SimpleObject-LibXML
parent25821e3abc939b7f13c9554f967341d817ce67d6 (diff)
downloadports-663180c8406def0ef27de93c3680ed1f82bbd4ca.tar.gz
ports-663180c8406def0ef27de93c3680ed1f82bbd4ca.zip
Only broken on 5.005.
PR: ports/70524 Submitted by: Cheng-Lung Sung <clsung.at.tw.freebsd.org>
Notes
Notes: svn path=/head/; revision=116528
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML')
-rw-r--r--textproc/p5-XML-SimpleObject-LibXML/Makefile4
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>