# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pygccxml-devel version 20120123 revision 1 dist_subdir ${name}/${version}_1 python.versions 25 26 27 python.default_version 27 categories-append devel maintainers mmoll openmaintainer license Boost-1 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 353d819d3789af9efce4e56f5eafcb1fb65d9411 \ sha256 4155e18cf3de7e7ee1a9f6a3924778940eca5a088d0c20755277d698bea00cca 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