1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/misc/py-tqdm/Makefile
Danilo G. Baio e75fa8b41e misc/py-tqdm: Update to 4.15.0
While here, silence portlint warning about order of USES/USE_*.

PR:		221871
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-09-01 02:34:57 +00:00

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>