summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Compile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Compile/Makefile')
-rw-r--r--textproc/p5-XML-Compile/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile
index 3cd946ac469..67b987cd02b 100644
--- a/textproc/p5-XML-Compile/Makefile
+++ b/textproc/p5-XML-Compile/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/11/23 09:17:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/29 07:30:34 wen Exp $
-DISTNAME= XML-Compile-1.54
+DISTNAME= XML-Compile-1.56
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/}
@@ -10,15 +10,17 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Compile/
COMMENT= Perl module for compilation based XML processing
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
-DEPENDS+= p5-Log-Report-[0-9]*:../../devel/p5-Log-Report
+DEPENDS+= p5-XML-LibXML>=2.0107:../../textproc/p5-XML-LibXML
+DEPENDS+= p5-Log-Report>=1.03:../../devel/p5-Log-Report
DEPENDS+= p5-Log-Report-Optional-[0-9]*:../../devel/p5-Log-Report-Optional
DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
# TEST_DEPENDS
-BUILD_DEPENDS+= p5-XML-Compile-Tester-[0-9]*:../../textproc/p5-XML-Compile-Tester
-BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= p5-XML-Compile-Tester>=0.90:../../textproc/p5-XML-Compile-Tester
+BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep
PERL5_PACKLIST= auto/XML/Compile/.packlist
+REPLACE_PERL= bin/xml2json bin/xml2yaml
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"