ports/misc/py-alive-progress/Makefile
2022-02-11 08:02:39 -08:00

17 lines
337 B
Makefile

PORTNAME= alive-progress
DISTVERSION= 2.3.1
CATEGORIES= misc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nc@FreeBSD.org
COMMENT= Enhanced Python Progress Bar
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.2+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>