# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Catalyst-Plugin-Static-Simple 0.33 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 rmd160 8eee5c77b53b8b16fcd7aca9481f85f84a2737aa \ sha256 5e5713b45d01495477609b9084c114f6238be1782923fd12d61ac00f97080ec1 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}-moosex-types \ port:p${perl5.major}-namespace-autoclean }