forked from Lainports/opnsense-ports
17 lines
337 B
Makefile
17 lines
337 B
Makefile
PORTNAME= alive-progress
|
|
DISTVERSION= 1.6.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= Enhanced Python Progress Bar
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.2+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|