perl-Crypt-OpenSSL-Bignum: remove long_desc.
This commit is contained in:
parent
49bc82d5ed
commit
ddf60ae0c3
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'perl-Crypt-OpenSSL-Bignum'.
|
||||
pkgname=perl-Crypt-OpenSSL-Bignum
|
||||
version=0.04
|
||||
wrksrc="Crypt-OpenSSL-Bignum-${version}"
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18"
|
||||
makedepends="perl>=5.18 openssl-devel"
|
||||
|
@ -13,10 +13,3 @@ 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."
|
||||
|
|
Loading…
Reference in New Issue