aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-04-12 10:00:48 +0800
committerswills <swills@FreeBSD.org>2012-04-12 10:00:48 +0800
commite29f9f91ab781468253846eb18fc23f9aa10c235 (patch)
tree47daf597560a38636f05fb401aeebe138902f84b /www
parent5d3377d3b8adb35537b12fec20f400e74c5cacd1 (diff)
downloadfreebsd-ports-gnome-e29f9f91ab781468253846eb18fc23f9aa10c235.tar.gz
freebsd-ports-gnome-e29f9f91ab781468253846eb18fc23f9aa10c235.tar.zst
freebsd-ports-gnome-e29f9f91ab781468253846eb18fc23f9aa10c235.zip
- Add missing DEPENDS
- Bump PORTREVISION PR: ports/166586 Approved by: Denis Pokataev <catone@cpan.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
index 4129532822f3..950257f6c3ae 100644
--- a/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Catalyst-Plugin-Session-Store-Memcached-Fast
PORTVERSION= 0.02
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,9 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Memcached storage backend for session data
-BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
- p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \
- p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
+BUILD_DEPENDS= p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \
+ p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
+ p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes