freebsd-ports/finance/py-pycoin/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

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>