diff options
Diffstat (limited to 'textproc/p5-XML-Atom-Stream/Makefile')
-rw-r--r-- | textproc/p5-XML-Atom-Stream/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 85fc09aa2684..8c95ce877149 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -6,12 +6,12 @@ # PORTNAME= XML-Atom-Stream -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A client interface for AtomStream RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ @@ -19,7 +19,11 @@ RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \ p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \ p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \ + p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \ + p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML MAN3= XML::Atom::Stream.3 |