diff options
Diffstat (limited to 'finance/py-pycoin/Makefile')
-rw-r--r-- | finance/py-pycoin/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/finance/py-pycoin/Makefile b/finance/py-pycoin/Makefile new file mode 100644 index 000000000000..4bb1e3fefce7 --- /dev/null +++ b/finance/py-pycoin/Makefile @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pycoin +PORTVERSION= 0.80 +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> |