diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-24 16:19:02 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-24 16:19:02 +0000 |
commit | b387177b57dff1b4cc1faa4af2b86f664cc4a57b (patch) | |
tree | 6b8fc2ca660613fec23b3c97d4462fc7ed29bf8a /databases/Makefile | |
parent | 98785f7e2dd86ec0e8576d3c3a5d20a9e541bb69 (diff) |
New port: databases/p5-Dancer2-Session-DBIC
This module implements a session engine for Dancer2 by serializing
the session, and storing it in a database via DBIx::Class.
JSON was chosen as the default serialization format,
as it is fast, terse, and portable.
WWW: http://search.cpan.org/dist/Dancer2-Session-DBIC/
PR: 211277
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Notes
Notes:
svn path=/head/; revision=419010
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e8127f695267..923866780c30 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -416,6 +416,7 @@ SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Dancer2-Plugin-DBIC SUBDIR += p5-Dancer2-Plugin-Database + SUBDIR += p5-Dancer2-Session-DBIC SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI |