# $Id: Portfile,v 1.4 2006/08/02 20:51:59 narf_tm Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			ExtUtils-ParseXS 2.15
maintainers			narf_tm@opendarwin.org
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 43f696a8139575132e9d1c7d30021f25

depends_lib-append	port:p5-extutils-cbuilder

