aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2010-06-18 09:50:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2010-06-18 09:50:46 +0000
commitb6902c450360984e9ca9dffec9b429af06ee4c66 (patch)
treea4b0c2ef24fd902b146616250cda2e5e08d41d07 /databases/p5-DBIx-Class
parentdd9311de99b9b32efdf414eae7e608f412976d2b (diff)
downloadports-b6902c450360984e9ca9dffec9b429af06ee4c66.tar.gz
ports-b6902c450360984e9ca9dffec9b429af06ee4c66.zip
Fix dependencies
Notes
Notes: svn path=/head/; revision=256658
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r--databases/p5-DBIx-Class/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index c84cef9e601d..59526e84d1b5 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBIx-Class
PORTVERSION= 0.08123
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -34,7 +35,8 @@ RUN_DEPENDS= p5-Carp-Clan>=6.0:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Scope-Guard>=0.03:${PORTSDIR}/devel/p5-Scope-Guard \
p5-Context-Preserve>=0.01:${PORTSDIR}/devel/p5-Context-Preserve \
p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \
- p5-namespace-clean>=0.14:${PORTSDIR}/devel/p5-namespace-clean
+ p5-namespace-clean>=0.14:${PORTSDIR}/devel/p5-namespace-clean \
+ p5-Math-Base36>=0.07:${PORTSDIR}/math/p5-Math-Base36
OPTIONS= SQLT "SQL::Translator (generate DDL from schema)" Off