diff options
author | Andrej Zverev <az@FreeBSD.org> | 2010-06-18 09:50:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2010-06-18 09:50:46 +0000 |
commit | b6902c450360984e9ca9dffec9b429af06ee4c66 (patch) | |
tree | a4b0c2ef24fd902b146616250cda2e5e08d41d07 /databases/p5-DBIx-Class | |
parent | Reset pesho.petrov@gmail.com due to maintainer-timeouts and no response (diff) |
Fix dependencies
Notes
Notes:
svn path=/head/; revision=256658
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 4 |
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 |