# -*- 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.16 5.18 5.20 5.22 perl5.setup Module-Build 0.4214 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 f0c92085072918ea9a65177ad3630fc2743a07fd \ sha256 c579488918cf4db84954a550c475272b3c25f5100c739339e91a65d7c055dc3f if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cpan-meta-yaml \ port:p${perl5.major}-parse-cpan-meta 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