aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-NoSQL
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-02-19 14:46:01 +0000
committerSteve Wills <swills@FreeBSD.org>2012-02-19 14:46:01 +0000
commit84218eed1fba7c227bebe8054a4e531938f724c1 (patch)
tree8d615a729ef2c90618cdfef165181ccad9a5628a /databases/p5-DBIx-NoSQL
parent22b5d72427ca5f0fd207d2874e0578806b9da6a6 (diff)
downloadports-84218eed1fba7c227bebe8054a4e531938f724c1.tar.gz
ports-84218eed1fba7c227bebe8054a4e531938f724c1.zip
- 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)
Notes
Notes: svn path=/head/; revision=291835
Diffstat (limited to 'databases/p5-DBIx-NoSQL')
-rw-r--r--databases/p5-DBIx-NoSQL/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/p5-DBIx-NoSQL/Makefile b/databases/p5-DBIx-NoSQL/Makefile
index 1c1e38091f57..cff1f30e1427 100644
--- a/databases/p5-DBIx-NoSQL/Makefile
+++ b/databases/p5-DBIx-NoSQL/Makefile
@@ -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