mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
perl-Crypt-OpenSSL-Bignum: remove long_desc.
This commit is contained in:
parent
49bc82d5ed
commit
ddf60ae0c3
1 changed files with 2 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'perl-Crypt-OpenSSL-Bignum'.
|
# Template build file for 'perl-Crypt-OpenSSL-Bignum'.
|
||||||
pkgname=perl-Crypt-OpenSSL-Bignum
|
pkgname=perl-Crypt-OpenSSL-Bignum
|
||||||
version=0.04
|
version=0.04
|
||||||
wrksrc="Crypt-OpenSSL-Bignum-${version}"
|
revision=3
|
||||||
revision=2
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl>=5.18"
|
hostmakedepends="perl>=5.18"
|
||||||
makedepends="perl>=5.18 openssl-devel"
|
makedepends="perl>=5.18 openssl-devel"
|
||||||
|
@ -13,10 +13,3 @@ homepage="http://search.cpan.org/dist/Crypt-OpenSSL-Bignum"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${CPAN_SITE}/Crypt/Crypt-OpenSSL-Bignum-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Crypt/Crypt-OpenSSL-Bignum-${version}.tar.gz"
|
||||||
checksum=73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3
|
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."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue