sourceipk: add class to create source ipks
[openembedded.git] / recipes / perl / libnet-dns-perl_0.66.bb
blob74dbacbb6f388a4bd725ac303528d7dd22cbabd8
1 DESCRIPTION = "Net::DNS - Perl interface to the DNS resolver"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 RDEPENDS_${PN} += " \
5 libdigest-hmac-perl \
6 libdigest-sha \
7 libnet-ip-perl \
8 perl-module-io-socket \
9 perl-module-mime-base64 \
10 perl-module-test-more \
12 BBCLASSEXTEND = "native"
14 PR = "r0"
16 SRC_URI = "http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-${PV}.tar.gz;name=net-dns-perl-${PV}"
17 SRC_URI[net-dns-perl-0.66.md5sum] = "1635d876324e3c2f6e277d5778bfe94c"
18 SRC_URI[net-dns-perl-0.66.sha256sum] = "ee922a6ab1403820ad476713d62cb35e7092585ebd628f02865827fcb09d6823"
20 S = "${WORKDIR}/Net-DNS-${PV}"
22 inherit cpan