diff options
author | swills <swills@FreeBSD.org> | 2011-09-25 06:02:35 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-09-25 06:02:35 +0800 |
commit | ccbad5cdcb123fcb32420cc6135becbe0edfccb7 (patch) | |
tree | ef56fda9985c1d03d1e9b49d2596f7a54f782516 /databases | |
parent | 613609ad282b29dfcb9c83ed94d698415f5bfeae (diff) | |
download | freebsd-ports-gnome-ccbad5cdcb123fcb32420cc6135becbe0edfccb7.tar.gz freebsd-ports-gnome-ccbad5cdcb123fcb32420cc6135becbe0edfccb7.tar.zst freebsd-ports-gnome-ccbad5cdcb123fcb32420cc6135becbe0edfccb7.zip |
- Add BUILD_DEPENDS to silence build warnings
PR: ports/159857
Submitted by: swills (me)
Approved by: maintainer timeout (miwi, >6 weeks)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBICx-Deploy/Makefile | 3 |
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 |