# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         ExtUtils-XSBuilder 0.28
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
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 any}

checksums           rmd160  73378a1ea415db21753e9d55d41b3d1d318586d8 \
                    sha256  8cced386e3d544c5ec2deb3aed055b72ebcfc2ea9a6c807da87c4245272fe80a

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-parse-recdescent \
                    port:p${perl5.major}-tie-ixhash

supported_archs     noarch
}
