freebsd-ports/security/p5-Crypt-OpenSSL-Bignum/Makefile
Erwin Lansing 4f84500517 Crypt::OpenSSL::Bignum provides access to 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.
2003-09-04 10:58:00 +00:00

22 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>