# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup net-dbus 0.33.6 ../../authors/id/D/DA/DANBERR/ revision 4 platforms darwin license {Artistic-1 GPL-2+} maintainers nomaintainer description Net::DBus - Perl extension for the DBus message system long_description \ ${description} homepage http://search.cpan.org/~danberr/Net-DBus/ distname Net-DBus-${perl5.moduleversion} checksums md5 a1dbce89b1b839fd0e46d74067ae2e35 \ sha1 6f55ed159622239d3727273d0a14fdb0b37e9c1c \ rmd160 080f69843ad1a337b65da55efe93bbec0893d40e if {${perl5.major} != ""} { depends_build port:pkgconfig port:dbus depends_lib-append port:p${perl5.major}-xml-twig use_parallel_build yes } livecheck.type regex livecheck.regex {Net-DBus-(\d+(?:\.\d+)*)}