1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/misc/py-alive-progress/Makefile
Neel Chauhan 2c5943e4bd New port: misc/py-alive-progress: A new kind of Progress Bar
Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D28034
2021-01-08 16:29:05 +00:00

20 lines
350 B
Makefile

# $FreeBSD$
PORTNAME= alive-progress
DISTVERSION= 1.6.2
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>