2017-10-12 00:35:28 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trezor
|
2018-03-06 09:40:20 +01:00
|
|
|
PORTVERSION= 0.9.1
|
2017-10-12 00:35:28 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
CATEGORIES= security
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Client side implementation for TREZOR Bitcoin hardware wallets
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${FLAVOR}
|
2017-10-12 00:35:28 +02:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_GITHUB= yes
|
2018-02-12 21:03:05 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
2017-10-12 00:35:28 +02:00
|
|
|
|
|
|
|
GH_PROJECT= python-trezor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|