mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e75fa8b41e
While here, silence portlint warning about order of USES/USE_*. PR: 221871 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
22 lines
345 B
Makefile
22 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tqdm
|
|
PORTVERSION= 4.15.0
|
|
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>
|