# $Id: Portfile 74350 2010-12-13 20:53:41Z mmoll@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-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:py27-distribute

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

livecheck.type      none
