diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-17 19:58:22 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-17 19:58:22 +0000 |
commit | 41c75d8d4f567901ff0ef701c4a8f743bebceca5 (patch) | |
tree | 0ff11d49ce9e746efd0819651da20bc73c55e36d /textproc/p5-XML-Stream/Makefile | |
parent | c73608c657d57643897860a14e8d387c23e912af (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Stream/Makefile')
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 2697fb146ed6..3f92e34a7e49 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Stream -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -23,6 +23,6 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::Stream.3 XML::Stream::Hash.3 XML::Stream::Namespace.3 \ XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \ - XML::Stream::Tree.3 + XML::Stream::Tree.3 XML::Stream::Node.3 .include <bsd.port.mk> |