From fc6bc36915f0d5928bac37f245edd22d190d0221 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 18 Mar 2010 17:23:17 +0300 Subject: libcrypt-openssl-bignum-perl: add Crypt::OpenSSL::Bignum Perl module Signed-off-by: Roman I Khimov --- recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb (limited to 'recipes') 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 -- cgit 1.2.3-korg