# -*- coding: utf-8; mode: tcl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=2:ts=2:sts=2

PortSystem          1.0
PortGroup           cmake 1.0
PortGroup           qt4 1.0

name                apiextractor
version             0.10.10
revision            1
categories          devel
maintainers         nomaintainer
license             LGPL
description         Tool for developing bindings of Qt-based libraries
long_description    API Extractor is a tool that eases the development of \
                    bindings of Qt-based libraries for high level languages \
                    by automating most of the process.
homepage            http://www.pyside.org/docs/apiextractor
master_sites        http://www.pyside.org/files/
use_bzip2           yes
checksums           rmd160  b2fb39b3a386695d508c004476d8a55ef5c68261 \
                    sha256  a51ce821f7d1d3c39fe04e4e2af7ff6d4475ef10d44c148939682b09f656a02c \
                    size    271357

depends_lib-append  port:libxml2 \
                    port:libxslt
configure.args-append \
                    -DBUILD_TESTS:BOOL=NO

livecheck.type      none
