# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-pygccxml
version             1.0.0
categories-append   devel
maintainers         mnick

description         pygccxml is a python interface to gcc-xml
long_description    ${description}

platforms           darwin

homepage            http://www.language-binding.net/pygccxml/pygccxml.html
master_sites        sourceforge:pygccxml
use_zip             yes
distname            pygccxml-${version}

checksums           md5     44badbf8c4bcd3095290a90f2f2a9234 \
                    sha1    7158877faff2254e6c094bf18e6b4283cac19137 \
                    rmd160  8ca0afd7dcc37f6b12892f7a2962afb514293a37

depends_lib         port:gccxml-devel \
                    port:py26-distribute

test.run            yes
test.cmd            python2.6
test.target         unittests/test_all.py
