mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Python library and command line tool for configuring any YubiKey over all USB
transports. WWW: https://developers.yubico.com/yubikey-manager/
This commit is contained in:
parent
d58b4763c3
commit
3fbc9ca4dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464369
@ -1011,6 +1011,7 @@
|
||||
SUBDIR += py-vulndb
|
||||
SUBDIR += py-yara
|
||||
SUBDIR += py-yubioath-desktop
|
||||
SUBDIR += py-yubikey-manager
|
||||
SUBDIR += py-zope.app.authentication
|
||||
SUBDIR += py-zope.app.localpermission
|
||||
SUBDIR += py-zope.app.principalannotation
|
||||
|
26
security/py-yubikey-manager/Makefile
Normal file
26
security/py-yubikey-manager/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yubikey-manager
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Python library and command line tool for configuring a YubiKey
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${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.6
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-yubikey-manager/distinfo
Normal file
3
security/py-yubikey-manager/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1520944897
|
||||
SHA256 (yubikey-manager-0.6.0.tar.gz) = ab04a20832eed4312873fb25abaed7fe3040484e33a6a97ec33053ba37d1942c
|
||||
SIZE (yubikey-manager-0.6.0.tar.gz) = 77823
|
4
security/py-yubikey-manager/pkg-descr
Normal file
4
security/py-yubikey-manager/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Python library and command line tool for configuring any YubiKey over all USB
|
||||
transports.
|
||||
|
||||
WWW: https://developers.yubico.com/yubikey-manager/
|
Loading…
Reference in New Issue
Block a user