# $Id: Portfile 92483 2012-04-29 23:49:21Z mmoll@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pygccxml-devel
version             20120123
revision            1
python.versions     25 26 27
python.default_version 27
categories-append   devel
maintainers         mmoll openmaintainer
license             Boost-1.0
description         pygccxml is a python interface to gcc-xml
long_description    ${description}
platforms           darwin
homepage            http://sourceforge.net/projects/pygccxml/
master_sites        https://downloads.sourceforge.net/project/ompl/dependencies/
checksums           rmd160  4b77426e8b386c53bae4e4da2773d47f55315aa1 \
                    sha256  94b7484d9015d5c8477085aab0514995ea19a9e8fdd194a2b7e2b8a92ff1b211
distname            pygccxml-r1856
extract.suffix      .tgz
worksrcdir          pygccxml

if {$subport != $name} {
    depends_lib     port:gccxml-devel \
                    port:py${python.version}-distribute

    test.run        yes
    test.cmd        python${python.branch}
    test.target     unittests/test_all.py
}

livecheck.type      none
