9ffdf526bb
PR: 225367 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
21 lines
344 B
Makefile
21 lines
344 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tqdm
|
|
PORTVERSION= 4.19.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Fast, extensible progress bar for Python
|
|
|
|
LICENSE= MIT MPL20
|
|
LICENSE_COMB= multi
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|