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

PortSystem          1.0
PortGroup           python27 1.0

name                py27-pyplusplus-devel
version             20101014
categories-append   devel
maintainers         mmoll openmaintainer

description         Py++ is an framework for creating a code generator for Boost.Python library and ctypes package
long_description    ${description}

platforms           darwin

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

depends_lib         port:py27-pygccxml-devel \
                    port:py27-distribute


livecheck.type      none
