summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader
diff options
context:
space:
mode:
authormef <mef>2016-04-20 13:54:55 +0000
committermef <mef>2016-04-20 13:54:55 +0000
commit97fe187b096bac5e7ceda6ccac6697fee7b8668a (patch)
treec0d73409081db91b80332817ded37d743983069d /databases/p5-DBIx-Class-Schema-Loader
parent19d1f0462e0b79f7aef093e77f08e326b70738a7 (diff)
downloadpkgsrc-97fe187b096bac5e7ceda6ccac6697fee7b8668a.tar.gz
- Add following lines for make test
+BUILD_DEPENDS+= p5-DBD-SQLite2-[0-9]*:../../databases/p5-DBD-SQLite2 +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index 0b32c32ef58..5df59210dba 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/02/27 07:35:11 wen Exp $
+# $NetBSD: Makefile,v 1.29 2016/04/20 13:54:55 mef Exp $
DISTNAME= DBIx-Class-Schema-Loader-0.07045
PKGNAME= p5-${DISTNAME}
@@ -51,6 +51,12 @@ DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
DEPENDS+= p5-namespace-clean>=0.23:../../devel/p5-namespace-clean
+# for make test
+BUILD_DEPENDS+= p5-DBD-SQLite2-[0-9]*:../../databases/p5-DBD-SQLite2
+BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
+BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
+
# Avoid complaints if we do not have DB2, Oracle, Pg and mysql
MAKE_ENV+= DBIC_FEATURE_NOQUESTIONS=1