diff options
author | erwin <erwin@FreeBSD.org> | 2006-01-02 19:34:19 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-01-02 19:34:19 +0800 |
commit | 2fa26a2dbfd545f906701a204842ed190c92317d (patch) | |
tree | 8039430e23373a2fb3a855cf1ef09cb2a442480e /www/Makefile | |
parent | 49d5020f4b542077f3b495628285a17975df6ab8 (diff) | |
download | freebsd-ports-graphics-2fa26a2dbfd545f906701a204842ed190c92317d.tar.gz freebsd-ports-graphics-2fa26a2dbfd545f906701a204842ed190c92317d.tar.zst freebsd-ports-graphics-2fa26a2dbfd545f906701a204842ed190c92317d.zip |
This storage module will store session data in a database using DBI.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBI/
PR: ports/91206
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 699fc1bf6bf..8b5d51922ec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -520,6 +520,7 @@ SUBDIR += p5-Catalyst-Plugin-Session-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie SUBDIR += p5-Catalyst-Plugin-Session-State-URI + SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Singleton SUBDIR += p5-Catalyst-Plugin-Static |