diff options
author | swills <swills@FreeBSD.org> | 2012-05-01 11:42:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-05-01 11:42:12 +0800 |
commit | f9e0117b2d2be650f48132d96633ae1e6c31b097 (patch) | |
tree | d2dbc85777e199160f65376e6034664cf192b0d7 /databases | |
parent | 882b09e540227edebf8c41b795f2c35ca1ed726e (diff) | |
download | freebsd-ports-gnome-f9e0117b2d2be650f48132d96633ae1e6c31b097.tar.gz freebsd-ports-gnome-f9e0117b2d2be650f48132d96633ae1e6c31b097.tar.zst freebsd-ports-gnome-f9e0117b2d2be650f48132d96633ae1e6c31b097.zip |
- Add TEST_DEPENDS
Approved by: portmgr (blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBICx-TestDatabase/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBICx-TestDatabase/Makefile b/databases/p5-DBICx-TestDatabase/Makefile index f7d3eb6d065c..a9f3cea12a1a 100644 --- a/databases/p5-DBICx-TestDatabase/Makefile +++ b/databases/p5-DBICx-TestDatabase/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class \ RUN_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \ p5-File-Temp>0:${PORTSDIR}/devel/p5-File-Temp +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes |