Source
# $Id$
PortSystem 1.0
PortGroup python 1.0
name py-pyplusplus-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 Py++ is an framework for creating a code generator for Boost.Python library and ctypes package
long_description ${description}
platforms darwin
homepage http://sourceforge.net/projects/pygccxml/
fetch.type svn
svn.url https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev
svn.revision 1844
worksrcdir pyplusplus_dev
if {$subport != $name} {
depends_lib port:py${python.version}-pygccxml-devel \
port:py${python.version}-distribute
}
livecheck.type none