aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Feed
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-02 16:36:37 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-02 16:36:37 +0000
commit544db3bf45e3891baca2c2103becdd84d3240469 (patch)
treefd1589cddb3c6bc5a0cf53f00fa76a3cf1a0b37d /textproc/p5-XML-Feed
parent0f257398f95aa318d1bee0ffed60b70c1e19adb6 (diff)
downloadports-544db3bf45e3891baca2c2103becdd84d3240469.tar.gz
ports-544db3bf45e3891baca2c2103becdd84d3240469.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r--textproc/p5-XML-Feed/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile
index 0c14f69ecb03..28a63103fbfc 100644
--- a/textproc/p5-XML-Feed/Makefile
+++ b/textproc/p5-XML-Feed/Makefile
@@ -22,7 +22,8 @@ BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \
- ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
+ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
+ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
@@ -33,8 +34,8 @@ MAN3= XML::Feed.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500800
-IGNORE= This port requires perl 5.8.x or later. Install lang/perl5.8 then try again
+.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>