libnet-ident-perl: add Net::Ident Perl module
authorRoman I Khimov <khimov@altell.ru>
Thu, 18 Mar 2010 11:56:49 +0000 (14:56 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 21:47:30 +0000 (00:47 +0300)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/libnet-ident-perl_1.20.bb [new file with mode: 0644]

diff --git a/recipes/perl/libnet-ident-perl_1.20.bb b/recipes/perl/libnet-ident-perl_1.20.bb
new file mode 100644 (file)
index 0000000..fb0df58
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Net::Ident - lookup the username on the remote end of a TCP/IP connection"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JP/JPC/Net-Ident-${PV}.tar.gz;name=net-ident-perl-${PV}"
+SRC_URI[net-ident-perl-1.20.md5sum] = "70f265f46548675be01977d3c9eed570"
+SRC_URI[net-ident-perl-1.20.sha256sum] = "c8370f21562c91d808ed37e105f95c5ba76b91d14186861d24832ccea094000c"
+
+S = "${WORKDIR}/Net-Ident-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"