6cf0a1a7e7
- Crypt-DH-0.03, Diffie-Hellman implementation - Crypt-DSA-0.12, DSA implementation - Crypt-Primes-0.50, prime number generator - Crypt-RSA-1.55, RSA implementation - Crypt-Random-1.23, cryptographically secure random number generator all written in pure perl
34 lines
748 B
Makefile
34 lines
748 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/23 20:08:48 sturm Exp $
|
|
|
|
COMMENT= "RSA public-key cryptosystem"
|
|
|
|
DISTNAME= Crypt-RSA-1.55
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::converters/p5-Convert-ASCII-Armour \
|
|
::devel/p5-Data-Buffer \
|
|
::security/p5-Crypt-CBC \
|
|
::security/p5-Crypt-Primes \
|
|
::security/p5-Digest-MD2 \
|
|
::security/p5-Digest-SHA1 \
|
|
::security/p5-Tie-EncryptedHash \
|
|
::textproc/p5-Sort-Versions
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|