# $Id: Portfile 109874 2013-08-21 02:30:18Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           Catalyst-Plugin-Session-Store-DBIC 0.11
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Store your sessions via DBIx::Class
long_description      This Catalyst::Plugin::Session storage module saves \
                      session data in your database via DBIx::Class.

platforms             darwin
supported_archs       noarch

checksums             md5 e75ba517600ea30e870ea2d1af717a3d \
                      sha1 805b8e5c49278737c80a52e95d4b02d29e295296 \
                      rmd160 d529ffb504799fc6dd773d12215f57a6ea58218b

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-test-warn \
                          port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-catalyst-plugin-session-store-delegate \
                          port:p${perl5.major}-class-accessor \
                          port:p${perl5.major}-dbix-class \
                          port:p${perl5.major}-mro-compat
}
