1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/py-rsa/Makefile
Po-Chuan Hsieh 0d3a43c3ae
security/py-rsa: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:08:15 +08:00

27 lines
639 B
Makefile

PORTNAME= rsa
PORTVERSION= 4.9
PORTREVISION= 1
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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR}
USES= cpe dos2unix python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
CPE_VENDOR= python
.include <bsd.port.mk>