mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4f84500517
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.
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# New ports collection makefile for: p5-Crypt-OpenSSL-Bignum
|
|
# Date created: Sep. 4, 2003
|
|
# Whom: erwin@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-OpenSSL-Bignum
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
|
COMMENT= OpenSSL's multiprecision integer arithmetic
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::OpenSSL::Bignum::CTX.3 Crypt::OpenSSL::Bignum.3
|
|
|
|
.include <bsd.port.mk>
|