77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
21 lines
432 B
Makefile
21 lines
432 B
Makefile
PORTNAME= mnemonic
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Implementation of Bitcoin BIP-0039
|
|
WWW= https://github.com/trezor/python-mnemonic
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|