diff options
Diffstat (limited to 'security/py-yubioath-desktop/Makefile')
-rw-r--r-- | security/py-yubioath-desktop/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/security/py-yubioath-desktop/Makefile b/security/py-yubioath-desktop/Makefile deleted file mode 100644 index 66fae57eca9a..000000000000 --- a/security/py-yubioath-desktop/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yubioath-desktop -PORTVERSION= 3.1.0 -CATEGORIES= security python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GUI for displaying OATH codes with 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}click>0:devel/py-click@${PY_FLAVOR} \ - pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside@${PY_FLAVOR} \ - pcsc-spy:devel/pcsc-lite \ - ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> |