aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-yubikey-manager/Makefile
blob: 53921af625c2787eaddb6989e81febd0d62cb404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=   yubikey-manager
PORTVERSION=    0.6.1
CATEGORIES= security python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python library and command line tool for configuring a YubiKey

LICENSE=    GPLv3

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
        ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
        ${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \
        ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
        pcsc-spy:devel/pcsc-lite \
        ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid \
        u2f-host:security/libu2f-host \
        ykpers>0:security/ykpers

USES=       python:3.4+
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>