From: Roman I Khimov Date: Wed, 17 Mar 2010 13:01:00 +0000 (+0300) Subject: libnet-ssleay-perl: add Net::SSLeay Perl module X-Git-Tag: Release-2010-05/1~302^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164fded6bd0f9bb76f9eb4dd91731ab493f17059;p=openembedded.git libnet-ssleay-perl: add Net::SSLeay Perl module Signed-off-by: Roman I Khimov --- diff --git a/recipes/perl/libnet-ssleay-perl_1.36.bb b/recipes/perl/libnet-ssleay-perl_1.36.bb new file mode 100644 index 0000000000..3c6ba185a4 --- /dev/null +++ b/recipes/perl/libnet-ssleay-perl_1.36.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Net::SSLeay - Perl extension for using OpenSSL" +SECTION = "libs" +LICENSE = "OpenSSL" +DEPENDS = "openssl zlib" +RDEPENDS_${PN} += " \ + perl-module-carp \ + perl-module-errno \ + perl-module-extutils-makemaker \ + perl-module-mime-base64 \ + perl-module-socket \ + " + +BBCLASSEXTEND = "native" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-${PV}.tar.gz;name=net-ssleay-${PV}" +SRC_URI[net-ssleay-1.36.md5sum] = "54061638720dd6a325395331c77f21d8" +SRC_URI[net-ssleay-1.36.sha256sum] = "e262897263c5aa9096e39f7813c7cb7d4d05508ca406b173878c4ecddb2c53ce" + +S = "${WORKDIR}/Net-SSLeay-${PV}" + +export OPENSSL_PREFIX="${STAGING_INCDIR}/.." + +inherit cpan