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

PortSystem            1.0
PortGroup             perl5 1.0

epoch                 1
perl5.setup           ExtUtils-ParseXS 2.2205
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 6be376d2015c7ceb4c5c2421a5c4ff84 \
                      sha1 1aa3e11a73aebff2570c8588cc04e5ca9ff886d4 \
                      rmd160 a1a1bd27f9364544e4fd72f71051a9d4b3495dd7

depends_lib-append    port:p5-extutils-cbuilder

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