# $Id: Portfile 54062 2009-07-20 00:33:55Z blb@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           ExtUtils-ParseXS 2.2002
maintainers           narf_tm openmaintainer
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     96446b90880defc2200a8acfb9a6dfb8 \
                      sha1    136dc6a8c7279bc0459a9f497fa58abbc956ec25 \
                      rmd160  dc98b8627eb40e8b645bd00c8c4df9b3588c76b1

depends_lib-append    port:p5-extutils-cbuilder
