- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing PR: ports/164219 Submitted by: swills (myself) Approved by: maintainer timeout (wen, > 1 month)
This commit is contained in:
parent
22b5d72427
commit
84218eed1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291835
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= NoSQL-ish overlay for an SQL database
|
||||
|
||||
BUILD_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-Hash-Merge-Simple>0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
|
||||
p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-SQL-Translator>0:${PORTSDIR}/databases/p5-SQL-Translator \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-DBIx-Class>=0.08124:${PORTSDIR}/databases/p5-DBIx-Class
|
||||
RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-Hash-Merge-Simple>0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
|
||||
|
@ -22,6 +30,7 @@ RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
|
|||
p5-SQL-Translator>0:${PORTSDIR}/databases/p5-SQL-Translator \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-DBIx-Class>=0.08124:${PORTSDIR}/databases/p5-DBIx-Class
|
||||
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue