# $Id: Portfile 88621 2012-01-05 21:39:03Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Authentication-Store-DBIx-Class 0.1401
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           A storage class for Catalyst Authentication using DBIx::Class.
long_description      The Catalyst::Authentication::Store::DBIx::Class class \
                      provides access to authentication information stored in \
                      a database via DBIx::Class.

platforms             darwin

checksums             md5 526edd9297c8c97d8e638a6d6566f273 \
                      sha1 c24d2904739885079ec07e0627ecbc3b4ca5dc6e \
                      rmd160 be22c172fc3e23964e63e1a5ab8120d8398bd3f3

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-catalyst-model-dbic-schema \
                          port:p${perl5.major}-catalyst-plugin-authentication \
                          port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-try-tiny \
                          port:p${perl5.major}-dbix-class \
                          port:p${perl5.major}-list-moreutils \
                          port:p${perl5.major}-moose
}
