# -*- 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-View-JSON 0.37
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         JSON view for your data
long_description    Catalyst::View::JSON is a Catalyst View handler that \
                    returns stash data in JSON format.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  27d6ff26da7c0cd29094b4a7ef73ed1a97bf43b3 \
                    sha256  c5da3f6e8a77b1c99855de37d58802c0b194e29a7d86c60ed3831cfdd59f9dec \
                    size    21127

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