a6e94317b2
Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline.
16 lines
459 B
Makefile
16 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/11/24 14:38:03 wiz Exp $
|
|
|
|
DISTNAME= rsa-3.1.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/r/rsa/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://stuvel.eu/rsa
|
|
COMMENT= Pure-Python RSA implementation
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|