# $Id: Portfile 109387 2013-08-14 16:48:59Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         HTML-Template-Compiled 0.93
revision            3
categories          perl textproc
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Compiles HTML::Template files to Perl code
long_description    ${description}

platforms           darwin

checksums           md5     365017b25ffe6f6e5058c78210ae2a14 \
                    sha1    ae48fc48090f56e26fbba9c0dc9e902a6f53aae7 \
                    rmd160  1a29929f156c7f783a9e314373de78b318e61b3e

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-pathtools \
                    port:p${perl5.major}-scalar-list-utils \
                    port:p${perl5.major}-getopt-long \
                    port:p${perl5.major}-version

supported_archs noarch
}
