summaryrefslogtreecommitdiff
path: root/finance/py-bitcoin/Makefile
blob: 1881750cddac4bf6c52e790a1b5752320a21da30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	bitcoin
DISTVERSION=	1.1.42
CATEGORIES=	finance python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python Bitcoin Tools
WWW=		https://github.com/vbuterin/pybitcointools

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	distutils concurrent autoplist

NO_ARCH=	yes

POST_PLIST=	fix-plist

fix-plist:
	@${REINPLACE_CMD} -e "s|^LICENSE$$||" ${TMPPLIST}

post-install:
	${RM} ${STAGEDIR}${PREFIX}/LICENSE

.include <bsd.port.mk>