aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Compile/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-07-28 10:50:38 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-07-28 10:50:38 +0000
commitd3a1883e895ad2e67da39e8901edbecd988a906d (patch)
tree47c4e7db109acc5276f98927571f286ccff358f0 /textproc/p5-XML-Compile/Makefile
parent4b96595a450c2477f999d92ddb3013689701ed46 (diff)
downloadports-d3a1883e895ad2e67da39e8901edbecd988a906d.tar.gz
ports-d3a1883e895ad2e67da39e8901edbecd988a906d.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Compile/Makefile')
-rw-r--r--textproc/p5-XML-Compile/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile
index c8f8d2a5b95b..60c951ac74ea 100644
--- a/textproc/p5-XML-Compile/Makefile
+++ b/textproc/p5-XML-Compile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Compile
-PORTVERSION= 0.86
+PORTVERSION= 0.90
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -25,8 +25,8 @@ PERL_CONFIGURE= 5.8.0+
MAN1= xml2yaml.1 schema2example.1
MAN3= XML::Compile.3 \
- XML::Compile::Schema.3 \
XML::Compile::Iterator.3 XML::Compile::Util.3 \
+ XML::Compile::Schema.3 \
XML::Compile::Schema::BuiltInFacets.3 \
XML::Compile::Schema::BuiltInTypes.3 \
XML::Compile::Schema::Instance.3 \
@@ -35,6 +35,10 @@ MAN3= XML::Compile.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::Translate.3 \
+ XML::Compile::Translate::Reader.3 \
+ XML::Compile::Translate::Template.3 \
+ XML::Compile::Translate::Writer.3
.include <bsd.port.mk>