opnsense-ports/net/py-python-bitcoinrpc/Makefile
Franco Fichtner d6d6c1082e */*: sync with upstream
Taken from: FreeBSD
2023-01-12 13:30:53 +01:00

18 lines
431 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:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>