mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
395 B
Makefile
20 lines
395 B
Makefile
PORTNAME= base58
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Bitcoin-compatible Base58 and Base58Check implementation
|
|
WWW= https://pypi.org/project/base58/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|