# $Id: Portfile 85415 2011-10-13 13:38:28Z mmoll@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-pygccxml-devel version 20101014 python.versions 25 26 27 31 32 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/ fetch.type svn svn.url https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev svn.revision 1844 worksrcdir pygccxml_dev 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