aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Compile/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-20 20:00:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-20 20:00:02 +0000
commita59472bb8419e804b77e2b5c6446ccf0997d1614 (patch)
treef8e3d422fb8b24e8bd7d97814a1eff6767956de1 /textproc/p5-XML-Compile/Makefile
parentad884eacc05d0858641e994d7982479a9a675719 (diff)
downloadports-a59472bb8419e804b77e2b5c6446ccf0997d1614.tar.gz
ports-a59472bb8419e804b77e2b5c6446ccf0997d1614.zip
- Update to 0.11
PR: ports/105687 ports/105677 [1] Submitted by: miwi[1] Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) Approved by: maintainer
Notes
Notes: svn path=/head/; revision=177687
Diffstat (limited to 'textproc/p5-XML-Compile/Makefile')
-rw-r--r--textproc/p5-XML-Compile/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile
index a6de267fd423..28ec7f310bde 100644
--- a/textproc/p5-XML-Compile/Makefile
+++ b/textproc/p5-XML-Compile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Compile
-PORTVERSION= 0.09
+PORTVERSION= 0.11
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Compilation based XML processing
-RUN_DEPENDS= p5-XML-LibXML>=1.60:${PORTSDIR}/textproc/p5-XML-LibXML \
+RUN_DEPENDS= p5-XML-LibXML>=1.61:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt
BUILD_DEPENDS= ${RUN_DEPENDS}
@@ -23,13 +23,14 @@ PERL_CONFIGURE= yes
MAN3= XML::Compile.3 XML::Compile::Schema.3 \
XML::Compile::Schema::BuiltInFacets.3 \
- XML::Compile::Schema::BuiltInStructs.3 \
XML::Compile::Schema::BuiltInTypes.3 \
XML::Compile::Schema::Instance.3 \
XML::Compile::Schema::NameSpaces.3 \
XML::Compile::Schema::Specs.3 \
+ XML::Compile::Schema::Template.3 \
XML::Compile::Schema::Translate.3 \
XML::Compile::Schema::XmlReader.3 \
+ XML::Compile::Schema::XmlTemplate.3 \
XML::Compile::Schema::XmlWriter.3
.include <bsd.port.mk>