# -*- 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.26
perl5.setup         Devel-CheckCompiler 0.07

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Check the compiler's availability
long_description    ${description}

checksums           rmd160  b295c4edb257a70b4fe43ae97bb2bd49c13d3f5a \
                    sha256  768b7697b4b8d4d372c7507b65e9dd26aa4223f7100183bbb4d3af46d43869b5

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-module-build-tiny

    perl5.use_module_build
}