Import of Crypt-OpenSSL-Bignum-0.03
Crypt::OpenSSL::Bignum is an perl module designed to provide basic access to the OpenSSL multiprecision integer arithmetic libraries
This commit is contained in:
parent
25994238d9
commit
c483f844b8
23
security/p5-Crypt-OpenSSL-Bignum/Makefile
Normal file
23
security/p5-Crypt-OpenSSL-Bignum/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/11 11:50:39 wilfried Exp $
|
||||
|
||||
COMMENT= "OpenSSL's multiprecision integer arithmetic"
|
||||
|
||||
DISTNAME= Crypt-OpenSSL-Bignum-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
|
||||
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
||||
|
||||
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
# Artistic licence
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Crypt-OpenSSL-Bignum/distinfo
Normal file
3
security/p5-Crypt-OpenSSL-Bignum/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Crypt-OpenSSL-Bignum-0.03.tar.gz) = b526c1554b2f3bf7d94bf0c8c474fd2d
|
||||
RMD160 (Crypt-OpenSSL-Bignum-0.03.tar.gz) = e56b6bbe22e94bbc26714b4426e1db54e089f2fb
|
||||
SHA1 (Crypt-OpenSSL-Bignum-0.03.tar.gz) = fd8bb6e59a8d4b6cb6a4399f16f01df4c979c2f0
|
7
security/p5-Crypt-OpenSSL-Bignum/pkg/DESCR
Normal file
7
security/p5-Crypt-OpenSSL-Bignum/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
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. This module
|
||||
requires that the OpenSSL libraries and header files be installed.
|
17
security/p5-Crypt-OpenSSL-Bignum/pkg/PLIST
Normal file
17
security/p5-Crypt-OpenSSL-Bignum/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/01/11 11:50:39 wilfried Exp $
|
||||
${P5ARCH}/Crypt/OpenSSL/Bignum.pm
|
||||
${P5ARCH}/Crypt/OpenSSL/Bignum/CTX.pm
|
||||
@comment ${P5ARCH}/auto/Crypt/OpenSSL/Bignum/.packlist
|
||||
${P5ARCH}/auto/Crypt/OpenSSL/Bignum/Bignum.bs
|
||||
${P5ARCH}/auto/Crypt/OpenSSL/Bignum/Bignum.so
|
||||
man/man3p/Crypt::OpenSSL::Bignum.3p
|
||||
man/man3p/Crypt::OpenSSL::Bignum::CTX.3p
|
||||
@dirrm man/man3p
|
||||
@dirrm ${P5ARCH}/auto/Crypt/OpenSSL/Bignum
|
||||
@dirrm ${P5ARCH}/auto/Crypt/OpenSSL
|
||||
@dirrm ${P5ARCH}/auto/Crypt
|
||||
@dirrm ${P5ARCH}/auto
|
||||
@dirrm ${P5ARCH}/Crypt/OpenSSL/Bignum
|
||||
@dirrm ${P5ARCH}/Crypt/OpenSSL
|
||||
@dirrm ${P5ARCH}/Crypt
|
||||
@dirrm ${P5ARCH}
|
Loading…
Reference in New Issue
Block a user