summaryrefslogtreecommitdiff
path: root/devel/p5-TAP-Formatter-HTML
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
committerobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
commitc1522519b646750987810a08413a83d66de13537 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /devel/p5-TAP-Formatter-HTML
parent69575166e088e2a3bca09925d372c98adf66202a (diff)
downloadpkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'devel/p5-TAP-Formatter-HTML')
-rw-r--r--devel/p5-TAP-Formatter-HTML/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-TAP-Formatter-HTML/Makefile b/devel/p5-TAP-Formatter-HTML/Makefile
index 3bcdbfe484b..aa9d5a2159c 100644
--- a/devel/p5-TAP-Formatter-HTML/Makefile
+++ b/devel/p5-TAP-Formatter-HTML/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:45 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:46 obache Exp $
#
DISTNAME= TAP-Formatter-HTML-0.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SP/SPURKIS/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SP/SPURKIS/
COMMENT= TAP Test Harness output delegate for html output
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Test-Harness>=3.10:../../devel/p5-Test-Harness
+DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.10}:../../devel/p5-Test-Harness
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
DEPENDS+= p5-accessors>=0.2:../../devel/p5-accessors