opnsense-ports/security/py-btchip-python/Makefile
Franco Fichtner cb07a35399 */*: sync with upstream
Taken from: HardenedBSD
2017-11-18 07:44:25 +01:00

27 lines
684 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= btchip-python
PORTVERSION= 0.1.23
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Python communication library for Ledger Hardware Wallet
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic \
${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \
${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi
USES= python
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
GH_ACCOUNT= LedgerHQ
.include <bsd.port.mk>