# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Catalyst-Plugin-Session-State-Cookie 0.17 revision 3 license {Artistic-1 GPL} maintainers nomaintainer description Maintain session IDs using cookies. long_description In order for Catalyst::Plugin::Session to work the \ session ID needs to be stored on the client, and the \ session data needs to be stored on the server. This \ plugin stores the session ID on the client using the \ cookie mechanism. platforms darwin checksums md5 f2a2d43d80777ceb2687b9e682cf5c76 \ sha1 d533939951fcbdd59bb2005340d321d702b838e8 \ rmd160 be13439d71318779d4539708d5005b5662df8d9d if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-catalyst-runtime \ port:p${perl5.major}-catalyst-plugin-session \ port:p${perl5.major}-mro-compat \ port:p${perl5.major}-moose \ port:p${perl5.major}-namespace-autoclean }