summaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-MapMaker
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-MapMaker
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-MapMaker')
-rw-r--r--databases/p5-DBICx-MapMaker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBICx-MapMaker/Makefile b/databases/p5-DBICx-MapMaker/Makefile
index 74eee93b4f5..137b2c21bf8 100644
--- a/databases/p5-DBICx-MapMaker/Makefile
+++ b/databases/p5-DBICx-MapMaker/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-MapMaker-0.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROCKWAY/}
@@ -15,7 +15,7 @@ PERL5_PACKLIST= auto/DBICx/MapMaker/.packlist
BUILD_DEPENDS+= p5-DBICx-TestDatabase-[0-9]*:../../databases/p5-DBICx-TestDatabase
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-Moose-[0-9]*:../../devel/p5-Moose
.include "../../lang/perl5/module.mk"