aboutsummaryrefslogblamecommitdiff
path: root/finance/py-pycoin/Makefile
blob: 62c461571dbc24cda6a8b1e0ae617a59eee0fa54 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                                

                      
                             









                                                                                    
                           




                                              
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	pycoin
PORTVERSION=	0.90.20201031
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>