6d14d024ea
- Don't set GH_ACCOUNT to it's default setting PR: 210745 Submitted by: Neel Chauhan (maintainer) [1]
20 lines
317 B
Makefile
20 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tqdm
|
|
PORTVERSION= 4.7.6
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Fast, extensible progress bar for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|