# $Id: Portfile 88460 2012-01-03 03:42:14Z mmoll@macports.org $

PortSystem 1.0
PortGroup  cmake 1.0

name                apiextractor
version             0.10.10
categories          devel
maintainers         openmaintainer mmoll
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/
platforms           darwin
master_sites        http://www.pyside.org/files/

checksums           md5     7cdf6bdbf161e15b8bc5e98df86f95ee \
                    rmd160  b2fb39b3a386695d508c004476d8a55ef5c68261 \
                    sha1    5fc60b0f6ebf593afc50c0470effd9ae83de9be9
use_bzip2           yes
depends_lib-append  port:qt4-mac port:libxml2 port:libxslt
configure.args-append -DBUILD_TESTS:BOOL=NO

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar\\.bz2
