# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Catalyst-Plugin-Session-State-Cookie 0.18
revision            0
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 any}
supported_archs     noarch

checksums           rmd160  8d966fad1f8a75dd47f49cd4af62d8812c7c1c5a \
                    sha256  e9b1c7b2b96c194f87a5f77e1449717077c70ffc67a4bfc29f026c9ee2e07bea \
                    size    16909

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
}