Source
# -*- 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 5.28
perl5.setup Module-Compile 0.37
platforms darwin
maintainers nomaintainer
license {Artistic-1 GPL}
supported_archs noarch
description Perl module to compile other modules
long_description ${description}
checksums rmd160 c29042f586d63fa5c62bd01deaa15982a39f385f \
sha256 18e6c4c4d2d5e39c21dde60a64424eed547e1d234ecc73a35278ea08161a8078 \
size 35393
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-capture-tiny \
port:p${perl5.major}-digest-sha1
}