diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-11 07:40:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-11 07:40:23 +0800 |
commit | eda5e85dfaa284ab03a1e300b1783e1c02872fed (patch) | |
tree | 0a81877a5017e3efc0c6e07b64df6c0cd56ac5c7 /www/Makefile | |
parent | 5baa08b68ec541041dc977e3716df75fe8cc4642 (diff) | |
download | freebsd-ports-gnome-eda5e85dfaa284ab03a1e300b1783e1c02872fed.tar.gz freebsd-ports-gnome-eda5e85dfaa284ab03a1e300b1783e1c02872fed.tar.zst freebsd-ports-gnome-eda5e85dfaa284ab03a1e300b1783e1c02872fed.zip |
This storage module will store session data in a database using DBIx::Class.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/
PR: ports/107781
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
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 c57afad82784..1f661824a456 100644 --- a/www/Makefile +++ b/www/Makefile @@ -581,6 +581,7 @@ 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-DBIC SUBDIR += p5-Catalyst-Plugin-Session-Store-Delegate SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File |