diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-23 17:15:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-23 17:15:17 +0000 |
commit | 5cc5845298d686fde9792cb4d86ab120d38ce779 (patch) | |
tree | cf4617a2cfa7dbd71d63008e0fd693e57a0fd852 /textproc | |
parent | 3ea581f117b00c9be1b4f182b0541ff7d36cab7c (diff) | |
download | ports-5cc5845298d686fde9792cb4d86ab120d38ce779.tar.gz ports-5cc5845298d686fde9792cb4d86ab120d38ce779.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 4 |
2 files changed, 17 insertions, 10 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index 0904a7035b59..ca19b9e356aa 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Compile -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV @@ -18,12 +18,12 @@ COMMENT= Compilation based XML processing LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ - p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ - p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester \ + p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes @@ -42,4 +42,11 @@ MAN3= XML::Compile.3 \ XML::Compile::Translate::Template.3 \ XML::Compile::Translate::Writer.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS+= p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64 +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo index 3666324a75d3..43c2ba96907e 100644 --- a/textproc/p5-XML-Compile/distinfo +++ b/textproc/p5-XML-Compile/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-1.22.tar.gz) = da9e68b3bf7e57ab139dd2bfe4ed3885fabef657f74b2ec901d5a4d94b1b3d10 -SIZE (XML-Compile-1.22.tar.gz) = 183904 +SHA256 (XML-Compile-1.23.tar.gz) = daaa6d86dd4022e16a333f180f0b1610e70940451a812378be37feab001e7597 +SIZE (XML-Compile-1.23.tar.gz) = 184326 |