# -*- 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         Mojolicious-Plugin-Mason1Renderer 0.03
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Mojolicious::Plugin::Mason1Renderer - Mason 1 (aka HTML::Mason 1.x) \
                    Renderer Plugin.
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  549b9ce3a49d5e35bf2b657602a0fc5cc5c3df90 \
                    sha256  fce15a78f2d2549b670c8b2c81c41abe8c041eed425975f1b4327f0edfee20fc

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

    supported_archs noarch
}

