# $Id: Portfile 117249 2014-02-20 18:00:14Z mmoll@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pyplusplus-devel
version             20130731
python.versions     26 27 31 32 33 34
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  2b5a7e646b454dfd75ee4b480a3684a7ad33b372 \
                    sha256  8fecd4595e43d49380b80af21319b71e0ea7c8921b539359635b6f3f2a18082d
distname            pyplusplus-r1246
extract.suffix      .tgz
worksrcdir          pyplusplus

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

livecheck.type      none
