# $Id: Portfile 60962 2009-11-29 23:51:03Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-Session-State-Cookie 0.17
maintainers           narf_tm openmaintainer
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

depends_lib-append    port:p5-catalyst-runtime \
                      port:p5-catalyst-plugin-session \
                      port:p5-mro-compat \
                      port:p5-moose \
                      port:p5-namespace-autoclean
