# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         ExtUtils-CBuilder 0.2703
epoch               1
maintainers         narf_tm openmaintainer
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           md5 52bd8ec45491625a3501bda2713eac24 \
                    sha1 41bf3cc12e70bcd2a680c932aba9962f0cf828d3 \
                    rmd160 d8a007aefd85f6a197140bd1e5c4c084c27b983e

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
