# $Id: Portfile 128785 2014-11-27 12:52:58Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.10 5.12 5.14 5.16
perl5.setup           Catalyst-Plugin-Session-Store-DBI 0.16
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Store your sessions in a database
long_description      This storage module will store session \
                      data in a database using DBI.

platforms             darwin
supported_archs       noarch

checksums             md5 83a6d97ed2288cced0af76dea86ffb99 \
                      sha1 0b8dab7459808c34960393ddc1035480e9890ef5 \
                      rmd160 5e524b402b31d767e2dad240904bf1b9408adbba

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-catalyst-plugin-session \
                          port:p${perl5.major}-dbi \
                          port:p${perl5.major}-mro-compat
}
