Import of p5-Crypt-OpenSSL-Bignum.
Crypt::OpenSSL::Bignum provides access to OpenSSL multi-precision 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.
This commit is contained in:
parent
5ac3d68c8d
commit
2eb3704ad5
4 changed files with 31 additions and 0 deletions
6
security/p5-Crypt-OpenSSL-Bignum/DESCR
Normal file
6
security/p5-Crypt-OpenSSL-Bignum/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Crypt::OpenSSL::Bignum provides access to OpenSSL multi-precision 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.
|
20
security/p5-Crypt-OpenSSL-Bignum/Makefile
Normal file
20
security/p5-Crypt-OpenSSL-Bignum/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 21:50:20 heinz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Crypt-OpenSSL-Bignum-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= # empty
|
||||
SVR4_PKGNAME= p5obn
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
MAINTAINER= heinz@NetBSD.org
|
||||
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
||||
COMMENT= Perl5 wrapper module for the OpenSSL Bignum functions
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/OpenSSL/Bignum/.packlist
|
||||
|
||||
.include "../../security/openssl/buildlink2.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
security/p5-Crypt-OpenSSL-Bignum/PLIST
Normal file
1
security/p5-Crypt-OpenSSL-Bignum/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 21:50:20 heinz Exp $
|
4
security/p5-Crypt-OpenSSL-Bignum/distinfo
Normal file
4
security/p5-Crypt-OpenSSL-Bignum/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/12/03 21:50:20 heinz Exp $
|
||||
|
||||
SHA1 (Crypt-OpenSSL-Bignum-0.03.tar.gz) = fd8bb6e59a8d4b6cb6a4399f16f01df4c979c2f0
|
||||
Size (Crypt-OpenSSL-Bignum-0.03.tar.gz) = 5898 bytes
|
Loading…
Reference in a new issue