diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-18 08:37:35 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-18 08:37:35 +0800 |
commit | c4f007d39fa19c3731e3a6b2f6c645ae1c12e808 (patch) | |
tree | e95ffb5ea218c7ac7360f86a6d0901871d02e596 /textproc/p5-XML-Feed/Makefile | |
parent | 8e098b627ae93e992d2500f27c74e624ccd861cf (diff) | |
download | freebsd-ports-gnome-c4f007d39fa19c3731e3a6b2f6c645ae1c12e808.tar.gz freebsd-ports-gnome-c4f007d39fa19c3731e3a6b2f6c645ae1c12e808.tar.zst freebsd-ports-gnome-c4f007d39fa19c3731e3a6b2f6c645ae1c12e808.zip |
- update to 0.10
- remove dependency of Test/More.pm
Diffstat (limited to 'textproc/p5-XML-Feed/Makefile')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index b74b3e0542e8..c1a452e6acb1 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -25,8 +25,7 @@ RUN_DEPENDS= ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-Error ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS+= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_MODBUILD= yes |