# $Id: Portfile 107350 2013-06-26 02:50:51Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pyplusplus-devel
version             20121113
revision            1
python.versions     26 27 31 32 33
categories-append   devel
maintainers         mmoll openmaintainer
license             Boost-1
description         Py++ is an framework for creating a code generator for Boost.Python library and ctypes package
long_description    ${description}
platforms           darwin
supported_archs     noarch
homepage            http://sourceforge.net/projects/pygccxml/
master_sites        https://bitbucket.org/ompl/pyplusplus/downloads/
checksums           rmd160  4010abdbe2e34ed428ab6db98da1f2d76119c2ba \
                    sha256  4e5dfefc666b724cfcd026538eaf438fe91cc9e3f37b343efc4f9fc13cb54490
distname            pyplusplus-r1238
extract.suffix      .tgz
worksrcdir          pyplusplus

if {$subport != $name} {
    depends_lib     port:py${python.version}-pygccxml-devel
}

livecheck.type      none
