diff options
author | vs <vs@FreeBSD.org> | 2004-03-16 06:48:14 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-03-16 06:48:14 +0000 |
commit | efcaf628b2497c54a7a089b92a225d040d8532e1 (patch) | |
tree | d3c084e9f9807b67e56187bcb6ed2ba18970f96c /textproc/p5-XML-RSS/Makefile | |
parent | cda845f11e8549faa11374de69e759a748057cbb (diff) | |
download | FreeBSD-ports-efcaf628b2497c54a7a089b92a225d040d8532e1.zip FreeBSD-ports-efcaf628b2497c54a7a089b92a225d040d8532e1.tar.gz |
Update to 1.04: quell warnings when parsing RSS 0.9x, RSS 2.0
- Fix dependencies [1],mat
- Add WWW [1]
PR: 64192 [1]
Submitted by: Kimura Fuyuki
Approved by: linimon (mentor)
Second pair of eyes provided by: mat
Diffstat (limited to 'textproc/p5-XML-RSS/Makefile')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index faf6242..7047dc7 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -6,8 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -16,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension to manage RDF Site Summary (RSS) files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/Test/Manifest.pm:${PORTSDIR}/devel/p5-Test-Manifest +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |