diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-19 04:19:41 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-19 04:19:41 +0000 |
commit | 6916b4015e02e27394909949f5b5122613d44526 (patch) | |
tree | 39ae5c318f4dba8abc42b403173d815522a4ad29 /textproc/p5-XML-Compile/Makefile | |
parent | 86102784f5e07f1cc61893393b581a841951f46c (diff) | |
download | ports-6916b4015e02e27394909949f5b5122613d44526.tar.gz ports-6916b4015e02e27394909949f5b5122613d44526.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Compile/Makefile')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index ae4f0b69b8e1..2bfc22ea9654 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Compile -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -19,11 +19,11 @@ RUN_DEPENDS= p5-XML-LibXML>=1.61:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes -MAN3= XML::Compile.3 XML::Compile::Schema.3 \ +MAN3= XML::Compile.3 XML::Compile::SOAP::Operation.3 \ + XML::Compile::Schema.3 \ XML::Compile::Schema::BuiltInFacets.3 \ XML::Compile::Schema::BuiltInTypes.3 \ XML::Compile::Schema::Instance.3 \ @@ -32,7 +32,8 @@ MAN3= XML::Compile.3 XML::Compile::Schema.3 \ XML::Compile::Schema::Template.3 \ XML::Compile::Schema::Translate.3 \ XML::Compile::Schema::XmlReader.3 \ - XML::Compile::Schema::XmlWriter.3 + XML::Compile::Schema::XmlWriter.3 \ + XML::Compile::WSDL.3 .include <bsd.port.pre.mk> |