diff options
author | erwin <erwin@FreeBSD.org> | 2006-01-02 19:44:51 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-01-02 19:44:51 +0800 |
commit | 62a7bd8cc564ac7218155e06dbf84ab40d164189 (patch) | |
tree | a073908c57589505ce8e73707e4353f591c874f4 /www/Makefile | |
parent | ce3df008445a88a249964ffd599db3c88cfe0a91 (diff) | |
download | freebsd-ports-gnome-62a7bd8cc564ac7218155e06dbf84ab40d164189.tar.gz freebsd-ports-gnome-62a7bd8cc564ac7218155e06dbf84ab40d164189.tar.zst freebsd-ports-gnome-62a7bd8cc564ac7218155e06dbf84ab40d164189.zip |
"Catalyst::Plugin::Session::Store::Memcached" is a session storage
plugin for Catalyst that uses the Cache::Memcached::Managed module to
connect to memcached, a fast data caching server.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Memcached/
PR: ports/91208
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 40b50685f133..4f12d8b9e9b4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -523,6 +523,7 @@ SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File + SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached SUBDIR += p5-Catalyst-Plugin-Singleton SUBDIR += p5-Catalyst-Plugin-Static SUBDIR += p5-Catalyst-Plugin-SubRequest |