20 lines
354 B
Makefile
20 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tqdm
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.22.0
|
|
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_GITHUB= yes
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|