Select Git revision
-
sunpoet authored
cryptography-vectors provides test vectors for the cryptography package. WWW: https://github.com/pyca/cryptography/tree/master/vectors
sunpoet authoredcryptography-vectors provides test vectors for the cryptography package. WWW: https://github.com/pyca/cryptography/tree/master/vectors
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 561 B
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cryptography-vectors
PORTVERSION= 2.6.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= cryptography_vectors-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Test vectors for the cryptography package
LICENSE= APACHE20 BSD3CLAUSE
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>