# $Id$

PortSystem 1.0
PortGroup  cmake 1.0

name                generatorrunner
version             0.6.16
categories          devel
maintainers         nomaintainer
license             LGPL
description         Tool for development of binding generators for C++ and \
                    Qt-based libraries
long_description    GeneratorRunner is a tool that eases the development of \
                    binding generators for C++ and Qt-based libraries by \
                    providing a framework to help automating most of the \
                    process. It uses the ApiExtractor library to parse the \
                    header files and manipulate the classes information while \
                    generating the binding code using front-end modules \
                    provided by the user.
homepage            http://www.pyside.org/docs/generatorrunner/
platforms           darwin
master_sites        http://www.pyside.org/files/

checksums           md5     c7011b8ee08e228779a769b7cfa90f5f \
                    rmd160  ae146f36ab3752756decdca32c4d1c75da2dfc9c \
                    sha1    3f118992bff2cbadcadfe5fbc0372e17da252b2e
use_bzip2           yes
depends_lib-append  port:qt4-mac port:apiextractor
configure.args-append -DBUILD_TESTS:BOOL=FALSE

livecheck.type      none