# $Id: Portfile 84875 2011-10-03 18:56:24Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-Session 0.31
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Generic Session plugin
long_description      Generic Session plugin - ties together server \
                      side storage and client side state required to \
                      maintain session data.

platforms             darwin

checksums             md5 1c4fa90af3e98856d3e81fdf48fd0a3f \
                      sha1 6ebca60f20176968002e024506a7cfa7b1d422c6 \
                      rmd160 6d20e213b54cb016f32c4c8d3de06f1a0383e486

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-test-deep \
                          port:p${perl5.major}-test-exception \
                          port:p${perl5.major}-test-simple \
                          port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-mro-compat \
                          port:p${perl5.major}-moose \
                          port:p${perl5.major}-moosex-emulate-class-accessor-fast \
                          port:p${perl5.major}-object-signature \
                          port:p${perl5.major}-tie-refhash \
                          port:p${perl5.major}-namespace-clean
}
