2eb3704ad5
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 lines
600 B
Makefile
20 lines
600 B
Makefile
# $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"
|