aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2009-11-25 14:00:17 +0800
committerwen <wen@FreeBSD.org>2009-11-25 14:00:17 +0800
commit41fc8e127cbefc7b466ff6d951086be5778d4aa7 (patch)
tree569e31bccb7d2c5f1ada4384b0a5535295ac70bb /databases
parenta28b48f1a9eef1365e9156b5377a218b9250f83e (diff)
downloadfreebsd-ports-gnome-41fc8e127cbefc7b466ff6d951086be5778d4aa7.tar.gz
freebsd-ports-gnome-41fc8e127cbefc7b466ff6d951086be5778d4aa7.tar.zst
freebsd-ports-gnome-41fc8e127cbefc7b466ff6d951086be5778d4aa7.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 \