freebsd-ports/finance/py-pycoin/Makefile
2021-05-19 08:53:04 +02:00

21 lines
435 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= pycoin
PORTVERSION= 0.91.20210515
CATEGORIES= finance
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Utilities for Bitcoin and altcoin addresses/transaction manipulation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>