blob: f11fc88e77a29b0ae71b818003e33c8c56e4daa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.19 2019/01/23 12:21:04 adam Exp $
DISTNAME= cryptography_vectors-2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography_vectors/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pyca/cryptography
COMMENT= Cryptographic test vectors
LICENSE= apache-2.0 OR modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|