void-packages/srcpkgs/perl-Crypt-OpenSSL-Bignum/template

29 lines
1 KiB
Plaintext
Raw Normal View History

# 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."
makedepends="perl openssl-devel"
perl-Crypt-OpenSSL-Bignum_package() {
depends="perl"
pkg_install() {
vmove usr
}
}