# -*- 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.10026 ../../authors/id/E/ET/ETHER
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  7b31048716faaa69620f7797e2ae4a9cb47b5da2 \
                    sha256  fed60a17b3ad3e7a5a65284a1444ecc33d9aacb94f7cd740a166fc9a236b625d \
                    size    62772

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

    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
}
