# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 epoch 2 perl5.branches 5.24 perl5.setup Module-Build 0.4220 revision 1 license {Artistic-1 GPL} maintainers nomaintainer supported_archs noarch description Build and install perl modules (MakeMaker replacement) long_description Module::Build is a system for building, testing, \ and installing Perl modules. It is meant to be an \ alternative to ExtUtils::MakeMaker. Developers \ may alter the behavior of the module through \ subclassing in a much more straightforward way than \ with MakeMaker. It also does not require a make on \ your system - most of the Module::Build code is \ pure-perl and written in a very cross-platform way. platforms darwin checksums rmd160 70ab603b94fda124a3061363d5c2408b9efd280c \ sha256 fb1207c7e799366f7a8adda3f135bf8141c4d6068505650d4db2b2d3ce34b5a2 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cpan-meta-yaml depends_lib-append \ port:p${perl5.major}-cpan-meta \ port:p${perl5.major}-inc-latest \ port:p${perl5.major}-module-metadata \ port:p${perl5.major}-perl-ostype \ port:p${perl5.major}-podlators perl5.use_module_build depends_lib-delete \ port:p${perl5.major}-module-build } perl5.link_binaries no