# $Id: Portfile 88619 2012-01-05 21:35:56Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-View-TT 0.36
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Helper for TT view which builds a skeleton web site
long_description      ${description}

platforms             darwin

checksums             md5 cdff3df8caf3783c787e25fe20607da1 \
                      sha1 2822d70eb94ad31dd6610707f23a06af244bebcf \
                      rmd160 7a2d4afe61edfafd068b00c33c33a1cef2209eee

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-class-accessor \
                          port:p${perl5.major}-mro-compat \
                          port:p${perl5.major}-path-class \
                          port:p${perl5.major}-template-toolkit \
                          port:p${perl5.major}-template-timer
}
