summaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-TestDatabase
diff options
context:
space:
mode:
authormef <mef>2015-04-27 01:50:58 +0000
committermef <mef>2015-04-27 01:50:58 +0000
commit86738fd4c0b7d9262a9da253002a44be2c1b02c0 (patch)
tree269db3ebeddc3212a8ec0c110a3c39e3ac29ddca /databases/p5-DBICx-TestDatabase
parent00165adee88af935d24dc13175d2a9a32ed70f93 (diff)
downloadpkgsrc-86738fd4c0b7d9262a9da253002a44be2c1b02c0.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 'databases/p5-DBICx-TestDatabase')
-rw-r--r--databases/p5-DBICx-TestDatabase/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBICx-TestDatabase/Makefile b/databases/p5-DBICx-TestDatabase/Makefile
index 95444f3c2e9..79a5bfdf8e3 100644
--- a/databases/p5-DBICx-TestDatabase/Makefile
+++ b/databases/p5-DBICx-TestDatabase/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:27 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/04/27 01:50:58 mef Exp $
DISTNAME= DBICx-TestDatabase-0.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROCKWAY/}
@@ -15,7 +15,7 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBICx/TestDatabase/.packlist
BUILD_DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
-BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
+BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator