summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--geography/p5-Geo-Gpx/Makefile8
-rw-r--r--textproc/p5-XML-Descent/Makefile4
-rw-r--r--textproc/p5-XML-TokeParser/Makefile4
3 files changed, 8 insertions, 8 deletions
diff --git a/geography/p5-Geo-Gpx/Makefile b/geography/p5-Geo-Gpx/Makefile
index 580379b685c..40458da03e5 100644
--- a/geography/p5-Geo-Gpx/Makefile
+++ b/geography/p5-Geo-Gpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2015/09/11 15:14:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2015/09/11 18:01:02 bouyer Exp $
#
DISTNAME= Geo-Gpx-0.26
@@ -15,9 +15,9 @@ PERL5_PACKLIST= auto/Geo/Gpx/.packlist
#PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_PARAMS+= --skipdeps
-DEPENDS+= p5-DateTime-Format-ISO8601:../../time/p5-DateTime-Format-ISO8601
-DEPENDS+= p5-HTML-Parser:../../www/p5-HTML-Parser
-DEPENDS+= p5-XML-Descent:../../textproc/p5-XML-Descent
+DEPENDS+= p5-DateTime-Format-ISO8601>=0.0800:../../time/p5-DateTime-Format-ISO8601
+DEPENDS+= p5-HTML-Parser>=3.71:../../www/p5-HTML-Parser
+DEPENDS+= p5-XML-Descent>=1.04:../../textproc/p5-XML-Descent
.include "../../lang/perl5/module.mk"
diff --git a/textproc/p5-XML-Descent/Makefile b/textproc/p5-XML-Descent/Makefile
index aadbd3cc71c..1184b33435d 100644
--- a/textproc/p5-XML-Descent/Makefile
+++ b/textproc/p5-XML-Descent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2015/09/11 15:11:32 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2015/09/11 18:01:02 bouyer Exp $
DISTNAME= XML-Descent-1.04
PKGNAME= p5-${DISTNAME}
@@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~andya/XML-Descent-1.04/
COMMENT= Recursive descent XML parsing
-DEPENDS+= p5-XML-TokeParser:../../textproc/p5-XML-TokeParser
+DEPENDS+= p5-XML-TokeParser>=0.05:../../textproc/p5-XML-TokeParser
PERL5_PACKLIST= auto/XML/Descent/.packlist
diff --git a/textproc/p5-XML-TokeParser/Makefile b/textproc/p5-XML-TokeParser/Makefile
index d682b0b515c..63f04047661 100644
--- a/textproc/p5-XML-TokeParser/Makefile
+++ b/textproc/p5-XML-TokeParser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2015/09/11 15:08:39 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2015/09/11 18:01:02 bouyer Exp $
DISTNAME= XML-TokeParser-0.05
PKGNAME= p5-${DISTNAME}
@@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-TokeParser/TokeParser.pm
COMMENT= Simplified interface to XML::Parser
-DEPENDS+= p5-XML-Parser:../../textproc/p5-XML-Parser
+DEPENDS+= p5-XML-Parser>=2.44:../../textproc/p5-XML-Parser
PERL5_PACKLIST= auto/XML/TokeParser/.packlist