# -*- 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-Action-RenderView 0.17 ../../authors/id/H/HA/HAARG
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Catalyst::Action::RenderView - Sensible default end action
long_description    This action implements a sensible default end action, \
                    which will forward to the first available view, unless \
                    status is set to 3xx, or there is a response body.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  5734fb82209f4aaec0556d5d968e35f14e875781 \
                    sha256  71f6d5fd9f358611d1457c0c6b3fbe18224a4133e395e58d2a5ae4232f2761a5 \
                    size    20029

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-catalyst-runtime \
                    port:p${perl5.major}-data-visitor \
                    port:p${perl5.major}-mro-compat
}