opnsense-ports/finance/py-bitcoin/Makefile
Franco Fichtner 01f08f8e7e */*: sync with upstream
Taken from: FreeBSD
2016-01-12 00:10:51 +01:00

20 lines
378 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= bitcoin
PORTVERSION= 1.1.42
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Python Bitcoin Tools
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>