aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2010-06-18 17:50:46 +0800
committeraz <az@FreeBSD.org>2010-06-18 17:50:46 +0800
commit0e15eb6bf04844af8cd2477da9e17c1c08d86eb8 (patch)
tree833cf6b2f0f3e83277ea9ae53a6bce135fd8d17c /databases/p5-DBIx-Class
parent597539c23efc792ef8bc503a0fd2626a3835a68d (diff)
downloadfreebsd-ports-gnome-0e15eb6bf04844af8cd2477da9e17c1c08d86eb8.tar.gz
freebsd-ports-gnome-0e15eb6bf04844af8cd2477da9e17c1c08d86eb8.tar.zst
freebsd-ports-gnome-0e15eb6bf04844af8cd2477da9e17c1c08d86eb8.zip
Fix dependencies
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