summaryrefslogtreecommitdiff
path: root/misc/py-alive-progress/Makefile
blob: a2a12eb8a15d83e6058f640b282fb3a639891d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>