# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 91776 2012-04-10 13:53:07Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                qtruby
version             4.8.2
categories          kde kde4 devel
license             GPL-2+ LGPL-2.1+
maintainers         nicos openmaintainer
description         Binding to Ruby for KDE.
long_description    Very complete bindings to both the KDE API and the Qt APIs. The Korundum \
                    package includes both a QtRuby Qt-only binding along with the full combined Qt/KDE one. \
                    The QtRuby package contains just Qt bindings with no dependencies on KDE.
platforms           darwin
homepage            http://rubyforge.org/projects/korundum/
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            ${name}-${version}
checksums           rmd160  8046c287da80f182bf9067c5f5af634558e5577a \
                    sha256  3942374620e4b4ac7cb4069680691868a73611bc16b7d90b8eaaeb522a0d7659

depends_lib-append  port:smokegen \
                    port:ruby

livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
