# -*- 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.37
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Make serving static pages painless.
long_description    The Static::Simple plugin is designed to make serving \
                    static content in your application during development \
                    quick and easy, without requiring a single line of \
                    code from you.

platforms           {darwin any}

checksums           rmd160  4b013ed17678f799812eb5e1e788094977f607dd \
                    sha256  5a4d85a3588cd4e83f1b002581412e7d71b7d57f66056e5d87a36f93d89c9e7c \
                    size    28548

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

    supported_archs noarch
}
