# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           ExtUtils-CBuilder 0.280205 ../by-authors/id/D/DA/DAGOLDEN/
revision        1
epoch                 1
license               {Artistic GPL}
maintainers           nomaintainer
description           Compile and link C code for Perl modules
long_description      This module can build the C portions of Perl modules by \
                      invoking the appropriate compilers and linkers in a \
                      cross-platform manner.  It was motivated by the \
                      Module::Build project, but may be useful for other \
                      purposes as well.  However, it is not intended as a \
                      general cross-platform interface to all your C building \
                      needs.  That would have been a much more ambitious goal!

platforms             darwin

checksums             rmd160  dc8484ea8d15a0cbb67c5f36e8c35eaf4b340145 \
                      sha256  fad9213566e5fd10b2b7440741e4cf549f60c1598da95eeed2f685d3fec8d959

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-ipc-cmd

supported_archs       noarch
}
