# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-View-HTML-Template 0.03
revision              2
maintainers           nomaintainer
description           HTML::Template View Class
long_description      This is the HTML::Template view class.

platforms             darwin

checksums             md5 63a0055097d640b6d5b345815a96502d \
                      sha1 756f9ec7fa3eb246eae7ae778112efdd01dbd04d \
                      rmd160 48fab45b4f910e669f6360699bc9e159d0b7150b

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-html-template
}
