aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-25 14:00:17 +0800
committerWen Heping <wen@FreeBSD.org>2009-11-25 14:00:17 +0800
commit83853e5c938aaec1875393941666e46903b51828 (patch)
treea3d77e59e740cfed19c7db3dc30fb6b085cb3127 /databases
parent2bce5f16519fd6473c880ba95b7b22dfd7e5f3d3 (diff)
downloadfreebsd-ports-gnome-83853e5c938aaec1875393941666e46903b51828.tar.gz
freebsd-ports-gnome-83853e5c938aaec1875393941666e46903b51828.tar.zst
freebsd-ports-gnome-83853e5c938aaec1875393941666e46903b51828.zip
- Add missing dependence
PR: ports/140846 Submitted by: Christopher Key <cjk32@cam.ac.uk>
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Class/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index 24aa41a305fd..a8c407177781 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBIx-Class
PORTVERSION= 0.08114
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,6 +20,7 @@ BUILD_DEPENDS= p5-Carp-Clan>=6:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Class-C3-Componentised>=1.0005:${PORTSDIR}/devel/p5-Class-C3-Componentised \
p5-Class-Inspector>=1.24:${PORTSDIR}/devel/p5-Class-Inspector \
p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \
+ p5-Data-Dumper-Concise>=1.002:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \
p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \
p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \