forked from Lainports/freebsd-ports
Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28034
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|