New package: perl-Crypt-OpenSSL-Bignum-0.04.
This commit is contained in:
parent
e5ea75117d
commit
b9ce2d3afe
1 changed files with 22 additions and 0 deletions
22
srcpkgs/perl-Crypt-OpenSSL-Bignum/template
Normal file
22
srcpkgs/perl-Crypt-OpenSSL-Bignum/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template build file for 'perl-Crypt-OpenSSL-Bignum'.
|
||||||
|
pkgname=perl-Crypt-OpenSSL-Bignum
|
||||||
|
version=0.04
|
||||||
|
wrksrc="Crypt-OpenSSL-Bignum-${version}"
|
||||||
|
revision=1
|
||||||
|
build_style=perl-module
|
||||||
|
short_desc="Crypt::OpenSSL::Bignum - OpenSSL multiprecision integer arithmetic"
|
||||||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
homepage="http://search.cpan.org/dist/Crypt-OpenSSL-Bignum"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="${CPAN_SITE}/Crypt/Crypt-OpenSSL-Bignum-${version}.tar.gz"
|
||||||
|
checksum=73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3
|
||||||
|
long_desc="
|
||||||
|
Crypt::OpenSSL::Bignum is an XS perl module designed to provide basic
|
||||||
|
access to the OpenSSL multiprecision integer arithmetic libraries.
|
||||||
|
Presently, many though not all of the arithmetic operations that
|
||||||
|
OpenSSL provides are exposed to perl. In addition, this module can be
|
||||||
|
used to provide access to bignum values produced by other OpenSSL
|
||||||
|
modules, such as key parameters from Crypt::OpenSSL::RSA."
|
||||||
|
|
||||||
|
fulldepends="perl"
|
||||||
|
makedepends="openssl-devel"
|
Loading…
Reference in a new issue