[oe-commits] Roman I Khimov : libio-socket-ssl-perl: add IO::Socket::SSL Perl module

git version control git at git.openembedded.org
Thu Mar 18 21:21:07 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 5fcb54cb8f87d7631b9231785d914e28cee80b72
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5fcb54cb8f87d7631b9231785d914e28cee80b72

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 16:09:22 2010 +0300

libio-socket-ssl-perl: add IO::Socket::SSL Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libio-socket-ssl-perl_1.32.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libio-socket-ssl-perl_1.32.bb b/recipes/perl/libio-socket-ssl-perl_1.32.bb
new file mode 100644
index 0000000..219441e
--- /dev/null
+++ b/recipes/perl/libio-socket-ssl-perl_1.32.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "IO::Socket::SSL -- Nearly transparent SSL encapsulation for IO::Socket::INET"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "perl-module-scalar-util libnet-ssleay-perl"
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz;name=io-socket-ssl-${PV}"
+SRC_URI[io-socket-ssl-1.32.md5sum] = "324ec02c26ecb41c481d0586c4174a56"
+SRC_URI[io-socket-ssl-1.32.sha256sum] = "79803d103e0dfd14a884802b874b618a24d3bcd88a7192f45ddac83744e21aff"
+
+S = "${WORKDIR}/IO-Socket-SSL-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list