Lines 1-15
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= BSD2CLAUSE |
|
|
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
14 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ |
Lines 20-26
Link Here
|
20 |
u2f-host:security/libu2f-host \ |
21 |
u2f-host:security/libu2f-host \ |
21 |
ykpers>0:security/ykpers |
22 |
ykpers>0:security/ykpers |
22 |
|
23 |
|
23 |
USES= python:3.4+ |
24 |
USES= python |
24 |
USE_PYTHON= autoplist distutils |
25 |
USE_PYTHON= autoplist distutils |
|
|
26 |
NO_ARCH= yes |
25 |
|
27 |
|
26 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |