diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-17 16:01:00 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:46:17 +0300 |
commit | 164fded6bd0f9bb76f9eb4dd91731ab493f17059 (patch) | |
tree | 7e9ff7b0711734f7778ae7baaf0b083c10092403 /recipes/perl/libnet-ssleay-perl_1.36.bb | |
parent | baf546d81d38ba0fed4c7a3e921fceb2f7326e82 (diff) |
libnet-ssleay-perl: add Net::SSLeay Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl/libnet-ssleay-perl_1.36.bb')
-rw-r--r-- | recipes/perl/libnet-ssleay-perl_1.36.bb | 24 |
1 files changed, 24 insertions, 0 deletions
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 |