# -*- 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         Dist-Zilla-Plugin-Test-Compile 2.058
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Dist::Zilla::Plugin::Test::Compile - Common tests to check syntax of your modules
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  61d25870176bd93a33090ddf09be2de105273017 \
                    sha256  d0cf93e525f102eca0f7f3967124d2e59d0a212f738ce54c1ddd91dda268d88a \
                    size    48446

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cpan-meta-check \
                    port:p${perl5.major}-module-build-tiny \
                    port:p${perl5.major}-perl-prereqscanner \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-minimumversion \
                    port:p${perl5.major}-test-warnings

    depends_lib-append \
                    port:p${perl5.major}-data-section \
                    port:p${perl5.major}-dist-zilla \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-path-tiny \
                    port:p${perl5.major}-sub-exporter-formethods

    perl5.use_module_build
}