aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Authentication-Store-DBIx-Class
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-10 14:44:00 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-10 14:44:00 +0800
commitd61a899b07e26c380a8d7d6e883db0c776fb2241 (patch)
tree0f1659181ebe28e2c9e5c3704e296fbd1161031b /www/p5-Catalyst-Authentication-Store-DBIx-Class
parente0eb74c8242a14b567a4984ae9bf09884845bc29 (diff)
downloadfreebsd-ports-gnome-d61a899b07e26c380a8d7d6e883db0c776fb2241.tar.gz
freebsd-ports-gnome-d61a899b07e26c380a8d7d6e883db0c776fb2241.tar.zst
freebsd-ports-gnome-d61a899b07e26c380a8d7d6e883db0c776fb2241.zip
- Unbreak; Add a missing dependency on List-MoreUtils. Apparently this code is not
exercised by make test. - Bump PORTREVISION Reported by: az Pointyhat to: myself
Diffstat (limited to 'www/p5-Catalyst-Authentication-Store-DBIx-Class')
-rw-r--r--www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
index c9c5bf613288..7ad4a6bf11b2 100644
--- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
+++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Catalyst-Authentication-Store-DBIx-Class
PORTVERSION= 0.1200
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +18,8 @@ COMMENT= A storage class for Catalyst Authentication using DBIx::Class
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Plugin-Authentication>=0.10008:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
- p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema
+ p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
+ p5-List-MoreUtils>=0:$(PORTSDIR)/lang/p5-List-MoreUtils
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes