aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Dancer-Plugin-DBIC/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-09 22:06:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-09 22:06:31 +0000
commitb6258e7ca4619c8b8ea47608d49bf464975a2205 (patch)
tree01a0ca800a716f53194e5c5d0b3d827ac434de9e /databases/p5-Dancer-Plugin-DBIC/Makefile
parent6a63c35d6bcb837c416c4d1121e4aac78f43ee94 (diff)
downloadports-b6258e7ca4619c8b8ea47608d49bf464975a2205.tar.gz
ports-b6258e7ca4619c8b8ea47608d49bf464975a2205.zip
Notes
Diffstat (limited to 'databases/p5-Dancer-Plugin-DBIC/Makefile')
-rw-r--r--databases/p5-Dancer-Plugin-DBIC/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/p5-Dancer-Plugin-DBIC/Makefile b/databases/p5-Dancer-Plugin-DBIC/Makefile
index 096d89fb0f34..dcb9ee4e0d4f 100644
--- a/databases/p5-Dancer-Plugin-DBIC/Makefile
+++ b/databases/p5-Dancer-Plugin-DBIC/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Dancer-Plugin-DBIC
-PORTVERSION= 0.1803
+PORTVERSION= 0.1901
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,9 +17,11 @@ BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\
p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\
p5-Dancer>=1.3098:${PORTSDIR}/www/p5-Dancer
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
+TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-SQL-Translator>=0.11016:${PORTSDIR}/databases/p5-SQL-Translator \
+ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
+
.include <bsd.port.mk>