# 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>
