aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-Deploy
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-09-24 22:02:35 +0000
committerSteve Wills <swills@FreeBSD.org>2011-09-24 22:02:35 +0000
commit2a7232832dc97405986793da47dfe15c65c2b120 (patch)
treeb1bd2e55412fcd47bf7d59de7031668c3d63995b /databases/p5-DBICx-Deploy
parent6e28af67121c0d00593d4fa902d588aa96a8df1b (diff)
downloadports-2a7232832dc97405986793da47dfe15c65c2b120.tar.gz
ports-2a7232832dc97405986793da47dfe15c65c2b120.zip
- Add BUILD_DEPENDS to silence build warnings
PR: ports/159857 Submitted by: swills (me) Approved by: maintainer timeout (miwi, >6 weeks)
Notes
Notes: svn path=/head/; revision=282344
Diffstat (limited to 'databases/p5-DBICx-Deploy')
-rw-r--r--databases/p5-DBICx-Deploy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile
index 74cf12c2082d..bb9dc9056650 100644
--- a/databases/p5-DBICx-Deploy/Makefile
+++ b/databases/p5-DBICx-Deploy/Makefile
@@ -16,6 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl 5 module to deploy a a DBIx::Class schema
+BUILD_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
+ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
+ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
RUN_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator