22 lines
1 KiB
Text
22 lines
1 KiB
Text
# Template build file for 'perl-Crypt-OpenSSL-Bignum'.
|
|
pkgname=perl-Crypt-OpenSSL-Bignum
|
|
version=0.04
|
|
wrksrc="Crypt-OpenSSL-Bignum-${version}"
|
|
revision=2
|
|
build_style=perl-module
|
|
hostmakedepends="perl>=5.18"
|
|
makedepends="perl>=5.18 openssl-devel"
|
|
depends="${hostmakedepends}"
|
|
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."
|