opnsense-ports/net/py-python-bitcoinrpc/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

18 lines
426 B
Makefile

PORTNAME= python-bitcoinrpc
PORTVERSION= 1.0
CATEGORIES= net finance python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@FreeBSD.org
COMMENT= Enhanced version of python-jsonrpc for use with Bitcoin
WWW= https://github.com/jgarzik/python-bitcoinrpc
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>