mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
335bec8ce2
- Add LICENSE_FILE - Add missing RUN_DEPENDS Changes: https://github.com/Yubico/python-fido2/releases https://github.com/Yubico/python-fido2/blob/master/NEWS
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fido2
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Provides library functionality for FIDO 2.0
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography@${PY_FLAVOR} \
|
|
${PY_ENUM34} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|