aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-18 17:23:17 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:48:02 +0300
commitfc6bc36915f0d5928bac37f245edd22d190d0221 (patch)
tree303db25f1bca29b17a181a261038c156d199d0f2 /recipes/perl
parent6ca2812e04a7da80277d74d78b30df2483960a16 (diff)
downloadopenembedded-fc6bc36915f0d5928bac37f245edd22d190d0221.tar.gz
libcrypt-openssl-bignum-perl: add Crypt::OpenSSL::Bignum Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb b/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
new file mode 100644
index 0000000000..325ae89c33
--- /dev/null
+++ b/recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "OpenSSL's multiprecision integer arithmetic"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "openssl"
+BBCLASSEXTEND = "native"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Bignum-${PV}.tar.gz;name=crypt-openssl-bignum-perl-${PV}"
+SRC_URI[crypt-openssl-bignum-perl-0.04.md5sum] = "9369ef722b0705c0604998559988eb18"
+SRC_URI[crypt-openssl-bignum-perl-0.04.sha256sum] = "73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3"
+
+S = "${WORKDIR}/Crypt-OpenSSL-Bignum-${PV}"
+
+inherit cpan \ No newline at end of file