# $Id: Portfile 85632 2011-10-15 09:49:27Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-Static-Simple 0.29
revision              2
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

checksums             md5 37c94e08cd227507801b0e6c41603d63 \
                      sha1 c4c2974ace32eb8e37f8059305508ceef5dcded5 \
                      rmd160 e30ed512a6ae747d9b13f5d1a2eec889b23d5287

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