# -*- 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-Store-Delegate 0.06
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Delegate session storage to an application model object.
long_description    This store plugins makes delegating session storage to \
                    a first class object model easy.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  6891c1cea4911950f686348efbf0552ad0a83684 \
                    sha256  cdcbc2c1c93627fe9cbc2619a7a7b8e39db0c3cb41822c8ffba9b98cc09b9483

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-catalyst-plugin-session \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-moosex-emulate-class-accessor-fast \
                    port:p${perl5.major}-mro-compat \
                    port:p${perl5.major}-namespace-clean

    patchfiles      patch-default-inc-excludes-dot.diff
}
