# -*- 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 120248 2014-05-20 11:53:25Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                perlqt
version             4.12.5
categories          kde kde4
license             GPL-2+
maintainers         nicos openmaintainer
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            http://code.google.com/p/perlqt4/
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            ${name}-${version}
checksums           rmd160  ad785ef537b3bd87e798cd979984d4eb293f283e \
                    sha256  8dce28220e8e2567ddbd45f81cd515d38b6055446bc44af5b39d51274ee64a84

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

patchfiles          patch-CMakeLists.txt.diff

livecheck.url       http://kde.mirrors.hoobly.com/stable/
livecheck.regex     (\\d+(\\.\\d+)+)
