mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Changelog: * New RPC "generatetoaddress(self, numblocks, addr)" * Fixed Python 2.7 incompatibility * Various OpenSSL fixes, including a memory leak Note: This will be the last release of finance/python-bitcoinlib with Python 2.7 compatibility. MFH: 2019Q3
20 lines
365 B
Makefile
20 lines
365 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-bitcoinlib
|
|
PORTVERSION= 0.10.2
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Swiss Army Knife of the Bitcoin protocol
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|