# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

epoch                 1
perl5.setup           ExtUtils-ParseXS 2.2206
revision              2
license               {Artistic GPL}
maintainers           nomaintainer
description           Converts Perl XS code into C code
long_description      ExtUtils::ParseXS will compile XS code into C code by \
                      embedding the constructs necessary to let C functions \
                      manipulate Perl values and creates the glue necessary to \
                      let Perl access those functions.  The compiler uses \
                      typemaps to determine how to map C function parameters \
                      and variables to Perl values.

platforms             darwin

checksums             md5 5a78d0c4654c6b50e7c87da8b671e8a6 \
                      sha1 ea0f64f0daee01266b69e54328cd7a658dfed8aa \
                      rmd160 adc141af336e452835625c186bfdf89096aac68f

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

supported_archs       noarch
}
