diff options
author | leeym <leeym@FreeBSD.org> | 2007-02-07 17:08:08 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2007-02-07 17:08:08 +0800 |
commit | ae9b25572a52510507b8a801852f5a31243c8c07 (patch) | |
tree | f8fe9099ae44ab15c522645a15ad48caff48ce8f /textproc | |
parent | cb5e79b4bc8e212d0ac06ab294565b0f1e2352c6 (diff) | |
download | freebsd-ports-gnome-ae9b25572a52510507b8a801852f5a31243c8c07.tar.gz freebsd-ports-gnome-ae9b25572a52510507b8a801852f5a31243c8c07.tar.zst freebsd-ports-gnome-ae9b25572a52510507b8a801852f5a31243c8c07.zip |
- Update to 0.14
PR: ports/108819
Submitted by: leeym
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index 251985e04926..ae4f0b69b8e1 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Compile -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -16,8 +16,10 @@ MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Compilation based XML processing 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 @@ -32,4 +34,10 @@ MAN3= XML::Compile.3 XML::Compile::Schema.3 \ XML::Compile::Schema::XmlReader.3 \ XML::Compile::Schema::XmlWriter.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires Perl 5.8 or above. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo index e092c9112f67..53662b992e0e 100644 --- a/textproc/p5-XML-Compile/distinfo +++ b/textproc/p5-XML-Compile/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Compile-0.12.tar.gz) = a388fb99bcd5c5e51ce5c2249474e002 -SHA256 (XML-Compile-0.12.tar.gz) = d6ca778b1865a77478506504e165e6e203fa7e2241563a8879c9c8710faf9da9 -SIZE (XML-Compile-0.12.tar.gz) = 80336 +MD5 (XML-Compile-0.14.tar.gz) = 9354f1f967e7df53d5e10a5ae56bc45e +SHA256 (XML-Compile-0.14.tar.gz) = bde1e7858c6207d6bdd030da4acce91535c97d81f0c962c59078354f860da060 +SIZE (XML-Compile-0.14.tar.gz) = 96626 |