1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/py-base58/Makefile
Emanuel Haupt c9062744d8 security/py-base58: Add new port
Base58 and Base58Check implementation compatible with what is used by
the bitcoin network.
2022-04-08 09:15:26 +02:00

19 lines
398 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= base58
PORTVERSION= 2.1.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Bitcoin-compatible Base58 and Base58Check implementation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>