- 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
This commit is contained in:
parent
8684c55b42
commit
5a6e5b8f96
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue