298f7a2cde
Changes: https://github.com/tqdm/tqdm/releases PR: 231367 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
21 lines
390 B
Makefile
21 lines
390 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tqdm
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.26.0
|
|
CATEGORIES= misc
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Fast, extensible progress bar for Python
|
|
|
|
LICENSE= MIT MPL20
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENCE
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|