aaf75dd4ea
changes: -bugfixes -speed improvements, added benchmark tools -support to RSA key objects for blinding and unblinding data - * Renamed cansign(), canencrypt(), hasprivate(), to can_sign, can_encrypt, has_private. -* Many randpool changes.
19 lines
522 B
Makefile
19 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.11 2003/07/25 16:37:58 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= pycrypto-1.9a6
|
|
PKGNAME= ${PYPKGPREFIX}-amkCrypto-1.9a6
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.amk.ca/files/python/crypto/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.amk.ca/python/code/crypto.html
|
|
COMMENT= Cryptographic and hash functions for Python
|
|
|
|
USE_BUILDLINK2= yes
|
|
PYBINMODULE= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|