# $Id: Portfile 109871 2013-08-21 02:24:36Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           Catalyst-View-HTML-Template 0.03
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           HTML::Template View Class
long_description      This is the HTML::Template view class.

platforms             darwin
supported_archs       noarch

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
}
