aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libnet-dbus-perl_0.33.6.bb
blob: 2942d34450329e67fc70c99f503a5db9c4db6241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Net::DBus - Perl D-Bus module"
SECTION = "libs"
LICENSE = "Artistic|GPL"

RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \
            perl-module-symbol perl-module-selectsaver perl-module-io \
            perl-module-integer perl-module-exporter-heavy"

PR = "r2"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz"

S = "${WORKDIR}/Net-DBus-${PV}"

inherit cpan