aboutsummaryrefslogtreecommitdiff
path: root/finance/py-python-bitcoinlib/Makefile
blob: 298aa83841927d471d1bea25a3ceb105a6bf71d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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>