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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           ExtUtils-XSBuilder 0.28
maintainers           narf_tm openmaintainer
description           ExtUtils::XSBuilder - Automatic Perl XS glue code generation
long_description      ExtUtils::XSBuilder is a set modules to parse C header \
                      files and create XS glue code and documentation out of \
                      it. Idealy this allows to "write" an interface to a \
                      C library without coding a line.

platforms             darwin

checksums             md5 1d33ddeacc01426a02e23c71c2e4cd04

depends_lib-append    port:p5-parse-recdescent \
                      port:p5-tie-ixhash

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