aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Compile/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-01 03:16:49 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-01 03:16:49 +0000
commit801d1451e923145798c5c0a4e30eb30cff123aaf (patch)
tree8bfb33fb913ac5a691b8864f21e49e31a0209079 /textproc/p5-XML-Compile/Makefile
parent2523fd7ae9b40e0367baf29d5bc7266c3ce163bb (diff)
downloadports-801d1451e923145798c5c0a4e30eb30cff123aaf.tar.gz
ports-801d1451e923145798c5c0a4e30eb30cff123aaf.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Compile/Makefile')
-rw-r--r--textproc/p5-XML-Compile/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile
index 575531a6f65d..a6de267fd423 100644
--- a/textproc/p5-XML-Compile/Makefile
+++ b/textproc/p5-XML-Compile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Compile
-PORTVERSION= 0.05
+PORTVERSION= 0.09
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Compilation based XML processing
-RUN_DEPENDS= p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML \
- p5-Regexp-Common>=2.00:${PORTSDIR}/textproc/p5-Regexp-Common
+RUN_DEPENDS= p5-XML-LibXML>=1.60:${PORTSDIR}/textproc/p5-XML-LibXML \
+ p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -28,6 +28,8 @@ MAN3= XML::Compile.3 XML::Compile::Schema.3 \
XML::Compile::Schema::Instance.3 \
XML::Compile::Schema::NameSpaces.3 \
XML::Compile::Schema::Specs.3 \
- XML::Compile::Schema::Translate.3
+ XML::Compile::Schema::Translate.3 \
+ XML::Compile::Schema::XmlReader.3 \
+ XML::Compile::Schema::XmlWriter.3
.include <bsd.port.mk>