diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 11:13:22 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 11:13:22 +0000 |
commit | 79ab3c1c77c89de3247af95812bc242c477dcb71 (patch) | |
tree | 8ef0a09e87ea5c4751bb32a1fac3d6dfd8e0252d /textproc/p5-XML-SAX/Makefile | |
parent | 9cc691197c1b1229421731942a85d43407b1f424 (diff) | |
download | FreeBSD-ports-79ab3c1c77c89de3247af95812bc242c477dcb71.zip FreeBSD-ports-79ab3c1c77c89de3247af95812bc242c477dcb71.tar.gz |
upgrade to 0.03
PR: 32771
Submitted by: maintainer
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 9986954..44462d5 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -19,8 +19,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::ParserFactory.3 \ - XML::SAX::PurePerl.3 XML::SAX::PurePerl::Reader.3 +MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::Exception.3 \ + XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \ + XML::SAX::PurePerl::Reader.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |