summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-04-27 01:50:58 +0000
committermef <mef@pkgsrc.org>2015-04-27 01:50:58 +0000
commit10fd57cb9bbd9161f798d94201f4a0904978ec17 (patch)
tree269db3ebeddc3212a8ec0c110a3c39e3ac29ddca /net
parentee0023d67644895948b5f60f514f71873ca9d944 (diff)
downloadpkgsrc-10fd57cb9bbd9161f798d94201f4a0904978ec17.tar.gz
Switch {BUILD_,}DEPENDS from Test::use:ok to Test::Simple, Test::Simple
includes Test::use:ok since 1.001010. PKGREVISION++. (For BUILD_DEPENDS, assuming Test::use:ok will be removed sometime.)
Diffstat (limited to 'net')
-rw-r--r--net/p5-Data-Stream-Bulk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Data-Stream-Bulk/Makefile b/net/p5-Data-Stream-Bulk/Makefile
index 69ed1f01d2f..5d710435790 100644
--- a/net/p5-Data-Stream-Bulk/Makefile
+++ b/net/p5-Data-Stream-Bulk/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:46 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/04/27 01:50:59 mef Exp $
#
DISTNAME= Data-Stream-Bulk-0.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -16,7 +16,7 @@ DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean
DEPENDS+= p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
-DEPENDS+= p5-Test-use-ok>=0:../../devel/p5-Test-use-ok
+DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
# For tests:
BUILD_DEPENDS+= p5-Test-TempDir>=0:../../devel/p5-Test-TempDir
BUILD_DEPENDS+= p5-DBD-Mock>=1.37:../../databases/p5-DBD-Mock