# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Net-DBus 1.2.0 ../../authors/id/D/DA/DANBERR/
platforms           darwin
license             {Artistic-1 GPL-2+}
maintainers         nomaintainer
description         Net::DBus - Perl extension for the DBus message system

long_description    ${description}

distname            Net-DBus-${perl5.moduleversion}

checksums           rmd160  ea2bdd525aa9571cefb5d0cb76f70502a29734b6 \
                    sha256  e7a1ac9ef4a1235b3fdbd5888f86c347182306467bd79abc9b0756a64b441cbc \
                    size    108296

if {${perl5.major} != ""} {
    depends_build-append \
                    port:pkgconfig

    depends_lib-append \
                    port:dbus \
                    port:p${perl5.major}-time-hires \
                    port:p${perl5.major}-xml-twig
}
