aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-17 19:58:33 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:47:15 +0300
commite1db194438b7badd98163418379f096c8ddb7eb5 (patch)
tree6fabbe9cb5fca86957b987124c5330a0926f5c3e /recipes/perl
parent7e093ea8812718c414ebd912378dda5378eb1ff4 (diff)
downloadopenembedded-e1db194438b7badd98163418379f096c8ddb7eb5.tar.gz
libnet-dns-perl: Add Net::DNS Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libnet-dns-perl_0.66.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/perl/libnet-dns-perl_0.66.bb b/recipes/perl/libnet-dns-perl_0.66.bb
new file mode 100644
index 0000000000..74dbacbb6f
--- /dev/null
+++ b/recipes/perl/libnet-dns-perl_0.66.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Net::DNS - Perl interface to the DNS resolver"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += " \
+ libdigest-hmac-perl \
+ libdigest-sha \
+ libnet-ip-perl \
+ perl-module-io-socket \
+ perl-module-mime-base64 \
+ perl-module-test-more \
+ "
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-${PV}.tar.gz;name=net-dns-perl-${PV}"
+SRC_URI[net-dns-perl-0.66.md5sum] = "1635d876324e3c2f6e277d5778bfe94c"
+SRC_URI[net-dns-perl-0.66.sha256sum] = "ee922a6ab1403820ad476713d62cb35e7092585ebd628f02865827fcb09d6823"
+
+S = "${WORKDIR}/Net-DNS-${PV}"
+
+inherit cpan