freebsd-ports/security/py-badkeys/Makefile
Juraj Lutter 2d756eb15a security/py-badkeys: Add new port
badkeys is a tool and a library to check cryptographic public keys for
known vulnerabilities.
2023-01-11 21:52:22 +01:00

23 lines
538 B
Makefile

PORTNAME= badkeys
DISTVERSION= 0.0.5
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= otis@FreeBSD.org
COMMENT= Tool to check public keys for known vulnerabilities
WWW= https://github.com/badkeys/badkeys
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>