# -*- 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-Plugin-Static-Simple 0.38 ../../authors/id/E/ET/ETHER
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Catalyst::Plugin::Static::Simple - Make serving static pages painless
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  2c5cd299dcbe08e985f9a98f7c8e6d7a91d588f7 \
                    sha256  04eb67ebdc787327f77ef2c73976abecf93f9aefca0a718522fe98b8ca5238b0 \
                    size    30251

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-catalyst-runtime \
                    port:p${perl5.major}-mime-types \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-namespace-autoclean
}
