opnsense-ports/security/py-rsa/Makefile
Franco Fichtner baba332bac security/py-rsa: sync with upstream
Taken from: FreeBSD
2023-06-30 08:51:51 +02:00

24 lines
535 B
Makefile

PORTNAME= rsa
PORTVERSION= 4.9
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure-Python RSA implementation
WWW= https://stuvel.eu/software/rsa/ \
https://github.com/sybrenstuvel/python-rsa
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR}
USES= cpe dos2unix python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
CPE_VENDOR= python
.include <bsd.port.mk>