# -*- 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: Portfile 118409 2014-04-01 13:06:45Z mojca@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         ExtUtils-CBuilder 0.280216
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  b37e0061dd070e465435cdb7c437c160b31f3f46 \
                    sha256  b496faea56954fdf70ec58f2650f9e48b9c018683ca3eb8593d5b25713d6a525

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

supported_archs     noarch
}
