|
Lines 1-26
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= yubikey-manager |
3 |
PORTNAME= yubikey-manager |
| 4 |
PORTVERSION= 0.6.1 |
4 |
PORTVERSION= 0.7.1 |
| 5 |
CATEGORIES= security python |
5 |
CATEGORIES= security python |
| 6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
| 7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 8 |
|
8 |
|
| 9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ndowens@yahoo.com |
| 10 |
COMMENT= Python library and command line tool for configuring a YubiKey |
10 |
COMMENT= Python library and command line tool for configuring a YubiKey |
| 11 |
|
11 |
|
| 12 |
LICENSE= GPLv3 |
12 |
LICENSE= GPLv3 |
| 13 |
|
13 |
|
| 14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ |
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ |
| 15 |
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ |
|
|
| 16 |
${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \ |
| 17 |
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ |
| 18 |
pcsc-spy:devel/pcsc-lite \ |
17 |
${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \ |
| 19 |
${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid \ |
18 |
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ |
| 20 |
u2f-host:security/libu2f-host \ |
19 |
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ |
| 21 |
ykpers>0:security/ykpers |
20 |
ykpers>0:security/ykpers |
| 22 |
|
21 |
|
| 23 |
USES= python:3.4+ |
22 |
USES= python:2.7 |
| 24 |
USE_PYTHON= autoplist distutils |
23 |
USE_PYTHON= autoplist distutils |
|
|
24 |
NO_ARCH= yes |
| 25 |
|
25 |
|
| 26 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |