# $Id: Portfile 85630 2011-10-15 09:46:41Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Action-RenderView 0.16 ../by-authors/id/B/BO/BOBTFISH/
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           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

checksums             md5 ed0ce5d8e57fef806938bf904862a2cd \
                      sha1 2e97448328791a9a2e95232543595b617b1cc47b \
                      rmd160 b60adb40db2b5cbaed3a3365f9c5eff915cba767

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