# -*- 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         Module-Compile 0.38
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         Perl module to compile other modules

long_description    ${description}

checksums           rmd160  449c1195fce39988b8fe42359f11840caa973470 \
                    sha256  8090cfbb61123437eefec3e3bed86005d1f7c5a529fb6fda2ebebc6564b9aa10 \
                    size    35482

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-capture-tiny \
                    port:p${perl5.major}-digest-sha1
}
