From: Roman I Khimov Date: Wed, 17 Mar 2010 11:03:37 +0000 (+0300) Subject: libio-socket-inet6-perl: add IO::Socket::INET6 Perl module X-Git-Tag: Release-2010-05/1~302^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf546d81d38ba0fed4c7a3e921fceb2f7326e82;p=openembedded.git libio-socket-inet6-perl: add IO::Socket::INET6 Perl module Signed-off-by: Roman I Khimov --- diff --git a/recipes/perl/libio-socket-inet6-perl_2.57.bb b/recipes/perl/libio-socket-inet6-perl_2.57.bb new file mode 100644 index 0000000000..98098c8973 --- /dev/null +++ b/recipes/perl/libio-socket-inet6-perl_2.57.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets" +SECTION = "libs" +LICENSE = "Artistic|GPL" +RDEPENDS_${PN} += "perl-module-test-more libsocket6-perl perl-module-io-socket" +PR = "r0" + +BBCLASSEXTEND = "native" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-${PV}.tar.gz;name=io-socket-inet6-perl-${PV}" +SRC_URI[io-socket-inet6-perl-2.57.md5sum] = "65e5224afd57bbe0abfa178a206cedfe" +SRC_URI[io-socket-inet6-perl-2.57.sha256sum] = "85f09b550c2cca9acf650d89514e6774e743d2f53ce8043b9413a639addad16d" + +S = "${WORKDIR}/IO-Socket-INET6-${PV}" + +inherit cpan + +PACKAGE_ARCH = "all"