mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
65480b8a88
PR: 214534 Changes: https://github.com/tqdm/tqdm/releases Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
21 lines
318 B
Makefile
21 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tqdm
|
|
PORTVERSION= 4.10.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Fast, extensible progress bar for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|