# -*- 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         Text-Xslate v3.5.9
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Text::Xslate - Scalable template engine for Perl5
long_description    ${description}

platforms           darwin

checksums           rmd160  4c5d969557211f050b577769148fa189d7f02fe1 \
                    sha256  40c85c8be10a54994ff3f70daea5e56b62c2ee508b75ab714e7d948db1877480 \
                    size    216359

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-devel-ppport \
                    port:p${perl5.major}-file-copy-recursive \
                    port:p${perl5.major}-module-build-xsutil \
                    port:p${perl5.major}-test-requires

    depends_lib-append \
                    port:p${perl5.major}-data-messagepack \
                    port:p${perl5.major}-mouse

    perl5.use_module_build
}
