aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-18 14:56:49 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:47:30 +0300
commita590c1f068a8b5f4befb7e65233aa369d60c5b01 (patch)
tree7f6619524bc9ad6bc6bcfbdee6c34bdb9f035e01 /recipes/perl
parentd1bb82702cbef0e981523ae809ba9407661f031e (diff)
downloadopenembedded-a590c1f068a8b5f4befb7e65233aa369d60c5b01.tar.gz
libnet-ident-perl: add Net::Ident Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libnet-ident-perl_1.20.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/perl/libnet-ident-perl_1.20.bb b/recipes/perl/libnet-ident-perl_1.20.bb
new file mode 100644
index 0000000000..fb0df58a3d
--- /dev/null
+++ b/recipes/perl/libnet-ident-perl_1.20.bb
@@ -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"