aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2010-06-14 11:46:28 +0000
committerAnton Berezin <tobez@FreeBSD.org>2010-06-14 11:46:28 +0000
commit922b3e09dcf55d93d48bbee55ac296c82ea8679a (patch)
treecd9c16130e687db8625275f85191300f8403ff93 /databases/p5-DBIx-Class/Makefile
parent41c80cb5cfa2fbdc37f58785f094d51d5f86a4a2 (diff)
downloadports-922b3e09dcf55d93d48bbee55ac296c82ea8679a.tar.gz
ports-922b3e09dcf55d93d48bbee55ac296c82ea8679a.zip
Notes
Diffstat (limited to 'databases/p5-DBIx-Class/Makefile')
-rw-r--r--databases/p5-DBIx-Class/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index 319b99bd05cb..c84cef9e601d 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= DBIx-Class
-PORTVERSION= 0.08122
-PORTREVISION= 1
+PORTVERSION= 0.08123
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +15,9 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Extensible and flexible object <-> relational mapper
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+ p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple \
+ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
+ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
RUN_DEPENDS= p5-Carp-Clan>=6.0:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Class-Accessor-Grouped>=0.09003:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \
p5-Class-C3-Componentised>=1.0005:${PORTSDIR}/devel/p5-Class-C3-Componentised \