diff options
author | arved <arved@FreeBSD.org> | 2004-08-03 00:36:37 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-03 00:36:37 +0800 |
commit | 2a94836d619d85acf811b64dd0a7a9edb4c20630 (patch) | |
tree | 7ee0191a8ede80c39be46015e60c05c14063189b /textproc/p5-XML-Feed | |
parent | 3d1f199c98b2e43ecc857839e21f81a55ac43ce9 (diff) | |
download | freebsd-ports-gnome-2a94836d619d85acf811b64dd0a7a9edb4c20630.tar.gz freebsd-ports-gnome-2a94836d619d85acf811b64dd0a7a9edb4c20630.tar.zst freebsd-ports-gnome-2a94836d619d85acf811b64dd0a7a9edb4c20630.zip |
Back out my previous commits and depend on lang/p5-Scalar-List-Utils
instead.
Submitted by: tobez
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 7 |
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> |