77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
21 lines
458 B
Makefile
21 lines
458 B
Makefile
PORTNAME= pycoin
|
|
PORTVERSION= 0.92.20220529
|
|
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:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
CONFLICTS_INSTALL= block keychain
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|