# -*- 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-Authentication-Store-DBIx-Class 0.1506
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 any}
supported_archs     noarch

checksums           rmd160  079ddad5008789b9f3cd2e63caad5ed53d1f2b58 \
                    sha256  7c579f2595285e64c3dcb5540334aa9a002443e1d4c8c83ab4493b90cc51b244

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}-dbix-class \
                    port:p${perl5.major}-list-moreutils \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-try-tiny
}
