aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-09-22 03:07:04 +0000
committerSteve Wills <swills@FreeBSD.org>2011-09-22 03:07:04 +0000
commitaae77d5e511758d6ebf4f2496563987922dd751f (patch)
tree111bab084e0d004af26fc3c697e6497308396003 /databases/p5-DBIx-Class-Schema-Loader
parent72aedf500fee5975497ba0d840830494bcb226da (diff)
downloadports-aae77d5e511758d6ebf4f2496563987922dd751f.tar.gz
ports-aae77d5e511758d6ebf4f2496563987922dd751f.zip
- Fix syntax on TEST_DEPENDS
Notes
Notes: svn path=/head/; revision=282153
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index 9a122bbb83db..1f0278d3e218 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -34,13 +34,13 @@ RUN_DEPENDS= \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
TEST_DEPENDS= \
- p5-Test-Exception=>0;${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-Simple=>0.94;${PORTSDIR}/devel/p5-Test-Simple \
- p5-Test-Warn=>0.21;${PORTSDIR}/devel/p5-Test-Warn \
- p5-DBI=>1.56;${PORTSDIR}/databases/p5-DBI \
- p5-DBD-SQLite=>1.29;${PORTSDIR}/databases/p5-DBD-SQLite \
- p5-File-Temp=>0.16;${PORTSDIR}/devel/p5-File-Temp \
- p5-File-Path=>2.07;${PORTSDIR}/devel/p5-File-Path
+ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \
+ p5-Test-Warn>=0.21:${PORTSDIR}/devel/p5-Test-Warn \
+ p5-DBI>=1.56:${PORTSDIR}/databases/p5-DBI \
+ p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-File-Temp>=0.16:${PORTSDIR}/devel/p5-File-Temp \
+ p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
OPTIONS= SQLITE "SQLite Support" Off \
MYSQL "MySQL Support" Off \