# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         HTML-Template 2.97
categories          perl textproc
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl module to use HTML Templates from CGI scripts
long_description    HTML::Template - Perl module to use HTML Templates \
                    from CGI scripts

platforms           {darwin any}

checksums           rmd160  5c584ac1091fb6dc75a7306f0c740e82dcd2c649 \
                    sha256  6547af61f3aa85793f8616190938d677d7995fb3b720c16258040bc935e2129f

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-cgi

    supported_archs noarch
}
