diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-18 14:32:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-18 14:32:03 +0000 |
commit | d650b9500a1dd04b577cf0e860410bec49021a7b (patch) | |
tree | 7cd2aca024f2e260e43a596ac03c90caf8121862 /www | |
parent | 6b1b4500175d4804a711dbc7d37e8965aa96cbf4 (diff) | |
download | ports-d650b9500a1dd04b577cf0e860410bec49021a7b.tar.gz ports-d650b9500a1dd04b577cf0e860410bec49021a7b.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile | 14 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Memcached/distinfo | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile index 66b54e7854af..608e655e5dfd 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Session-Store-Memcached -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Memcached storage backend for session data -RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ +BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ p5-Catalyst-Plugin-Session>=0.26:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ + p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Emulate-Class-Accessor-Fast>=0:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Catalyst::Plugin::Session::Store::Memcached.3 +MAN3= Catalyst::Plugin::Session::Store::Memcached.3 .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached/distinfo b/www/p5-Catalyst-Plugin-Session-Store-Memcached/distinfo index 9ac45a8df64a..835da1ec6e59 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Memcached/distinfo +++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Session-Store-Memcached-0.04.tar.gz) = 5b2dff4b45284a669ab0e80e05b0d838cb000b0848f37e6155a61a3adb3c88bd -SIZE (Catalyst-Plugin-Session-Store-Memcached-0.04.tar.gz) = 23032 +SHA256 (Catalyst-Plugin-Session-Store-Memcached-0.05.tar.gz) = 7277ba28963437d190d57ebb05ff224eba8ebd1a8694d4075634d83bf260fae1 +SIZE (Catalyst-Plugin-Session-Store-Memcached-0.05.tar.gz) = 28297 |