1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/py-cryptography-vectors/Makefile

26 lines
716 B
Makefile

PORTNAME= cryptography-vectors
PORTVERSION= 42.0.8
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>