# -*- 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

PortSystem          1.0
PortGroup           kde4   1.1

name                perlqt
version             4.14.3
revision            2
categories          kde kde4
license             GPL-2+
maintainers         nomaintainer
description         Perl bindings for the Qt4 and KDE4 libraries.
long_description    ${description} This project supplies a production-ready \
                    module that is similar in syntax to the PerlQt3 binding.
platforms           darwin
homepage            https://code.google.com/p/perlqt4/
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            ${name}-${version}
checksums           rmd160  25a36ef226b2ce6f9d2545c0d9d2a60ca350002f \
                    sha256  a05db202fe784380e574e91255ebfc7344df3a5316bb1b35e84c73fc66a7346e

depends_lib-append  port:smokeqt \
                    port:qimageblitz \
                    path:bin/perl:perl5

patchfiles          patch-CMakeLists.txt.diff

livecheck.url       ${kde4.mirror}
livecheck.regex     (\\d+(\\.\\d+)+)
