diff options
-rw-r--r-- | textproc/p5-XML-Reader/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Reader/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/p5-XML-Reader/Makefile b/textproc/p5-XML-Reader/Makefile index a6585f90259e..3b7267c0dc8b 100644 --- a/textproc/p5-XML-Reader/Makefile +++ b/textproc/p5-XML-Reader/Makefile @@ -3,9 +3,10 @@ # Whom: Wen Heping <wen@FreeBSD.org> # # $FreeBSD$ +# PORTNAME= XML-Reader -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reading XML and providing path information based on a pull-parser +BUILD_DEPENDS= p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser -BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= XML::Reader.3 XML::Reader_de.3 XML::Reader_fr.3 +MAN3= XML::Reader.3 \ + XML::Reader_de.3 \ + XML::Reader_fr.3 .include <bsd.port.mk> diff --git a/textproc/p5-XML-Reader/distinfo b/textproc/p5-XML-Reader/distinfo index 34febfda7eb7..bddcc3849a27 100644 --- a/textproc/p5-XML-Reader/distinfo +++ b/textproc/p5-XML-Reader/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Reader-0.37.tar.gz) = f682cab6b750916f0fc8830fbdafdeaa21830085481bca7f6e115152ea18cf8f -SIZE (XML-Reader-0.37.tar.gz) = 62346 +SHA256 (XML-Reader-0.38.tar.gz) = 3b387dfc251fbff130329ef5f6b61a58ce5a4feaf14b35b96fe8e1d6c36c1cd5 +SIZE (XML-Reader-0.38.tar.gz) = 62904 |