mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
17 lines
337 B
Makefile
17 lines
337 B
Makefile
PORTNAME= alive-progress
|
|
DISTVERSION= 2.3.1
|
|
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>
|