ports/security/py-cryptography-vectors/Makefile
2025-04-20 03:32:10 +09:00

25 lines
716 B
Makefile

PORTNAME= cryptography-vectors
PORTVERSION= 44.0.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= cryptography_vectors-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Test vectors for the cryptography package
WWW= https://cryptography.io/en/latest/development/test-vectors/ \
https://github.com/pyca/cryptography/tree/main/vectors
LICENSE= APACHE20 BSD3CLAUSE
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>