# -*- 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-Devel 1.42
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Catalyst Development Tools
long_description    The Catalyst::Devel package includes a variety of \
                    modules useful for the development of Catalyst applications, \
                    but not required to run them.

platforms           {darwin any}

checksums           rmd160  334db83ccbf8139d211398d11050af669454337f \
                    sha256  7ec6f0b6cab5b8c097e47769fc73a4d4c015a58c41fdb40fc24df3ee77c48abd \
                    size    73143

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-file-sharedir-install \
                    port:p${perl5.major}-ipc-run3 \
                    port:p${perl5.major}-test-fatal

    depends_lib-append \
                    port:p${perl5.major}-catalyst-runtime \
                    port:p${perl5.major}-catalyst-action-renderview \
                    port:p${perl5.major}-catalyst-plugin-configloader \
                    port:p${perl5.major}-catalyst-plugin-static-simple \
                    port:p${perl5.major}-config-general \
                    port:p${perl5.major}-file-changenotify \
                    port:p${perl5.major}-file-copy-recursive \
                    port:p${perl5.major}-file-sharedir \
                    port:p${perl5.major}-module-install \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-moosex-daemonize \
                    port:p${perl5.major}-moosex-emulate-class-accessor-fast \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-namespace-clean \
                    port:p${perl5.major}-path-class \
                    port:p${perl5.major}-starman \
                    port:p${perl5.major}-template-toolkit

    supported_archs noarch
}
