aboutsummaryrefslogblamecommitdiff
path: root/finance/py-pycoin/Makefile
blob: b30ca7c0eced0501bc6b8301bf52252741312cc7 (plain) (tree)
1
2
3
4
5
6




                                                
                 















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

PORTNAME=	pycoin
PORTVERSION=	0.80
PORTREVISION=	1
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
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>