# -*- 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

epoch               1
perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Catalyst-Plugin-Authentication 0.10024
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst authentication framework
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  8fd682a1e2ab1fbe65cec3238c91726680e976a8 \
                    sha256  cb88a1a03115ce050016fd2c64b87ae149c908b3662d70f53670b28b562fb818 \
                    size    63038

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:p${perl5.major}-catalyst-runtime \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-moosex-emulate-class-accessor-fast \
                    port:p${perl5.major}-mro-compat \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-string-rewriteprefix \
                    port:p${perl5.major}-try-tiny
}
