# -*- 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         Test-Compile v3.3.3 ../../authors/id/E/EG/EGILES
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Check whether Perl files compile correctly
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  36c4a1928e0c52ab4d404d70379e7428c7294a02 \
                    sha256  df3ab30ecb51ae14a1aa9b9fc14324c969cc258ef2adacc35bc68194112da685 \
                    size    20685

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-warnings \
                    port:p${perl5.major}-version

    perl5.use_module_build
}
