# -*- 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 Alien-Base-ModuleBuild 1.17 revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer description Alien::Base::ModuleBuild - A Module::Build subclass for building Alien:: modules and their libraries long_description ${description}. For development of new Alien:: modules, consider using Alien::Build and alienfile instead. platforms {darwin any} supported_archs noarch checksums rmd160 ffd281db9ee6537ac342df2955fe62d2d7b1c2ab \ sha256 fe7270ac735adde864e468e21c642a471ba88ba25ad30da94578832132f2b9f4 \ size 67422 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test2-suite depends_lib-append \ port:pkgconfig \ port:p${perl5.major}-alien-build \ port:p${perl5.major}-archive-extract \ port:p${perl5.major}-archive-tar \ port:p${perl5.major}-capture-tiny \ port:p${perl5.major}-file-chdir \ port:p${perl5.major}-http-tiny \ port:p${perl5.major}-module-build \ port:p${perl5.major}-path-tiny \ port:p${perl5.major}-scalar-list-utils \ port:p${perl5.major}-shell-config-generate \ port:p${perl5.major}-shell-guess \ port:p${perl5.major}-sort-versions \ port:p${perl5.major}-text-parsewords \ port:p${perl5.major}-uri perl5.use_module_build }