# -*- 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 107852 2013-07-07 11:54:40Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                perlqt
version             4.10.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  b948036f5def14ba6f0461d2fa544aaacfeafbe9 \
                    sha256  e72042ceecb53a63888380148c21c07c88beb8381dbbf80951e85c95d5060825

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+)+)
