blob: 8daa3ffff87fcffdc9353c643b53718151f7b965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= pycoin
PORTVERSION= 0.92.20230326
CATEGORIES= finance
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Utilities for Bitcoin and altcoin addresses/transaction manipulation
WWW= https://github.com/richardkiss/pycoin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= block keychain
NO_ARCH= yes
.include <bsd.port.mk>
|