From 84218eed1fba7c227bebe8054a4e531938f724c1 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 19 Feb 2012 14:46:01 +0000 Subject: [PATCH] - 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) --- databases/p5-DBIx-NoSQL/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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