# $Id: Portfile 72653 2010-10-22 14:07:47Z mmoll@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-pygccxml-devel
version             20101014
categories-append   devel
maintainers         mmoll openmaintainer

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

platforms           darwin

homepage            http://www.language-binding.net/pygccxml/pygccxml.html
fetch.type          svn
svn.url             https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev
svn.revision        1844
worksrcdir          pygccxml_dev

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

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

livecheck.type      none
