freebsd-ports/misc/py-progressbar231/Makefile
William Grzybowski cb76938c43 misc/py-progressbar231: text progress bar library for Python
This is a fork of the real py-progressbar with a few additions.
2015-07-14 01:51:23 +00:00

19 lines
340 B
Makefile

# $FreeBSD$
PORTNAME= progressbar231
PORTVERSION= 2.3.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Text progressbar library for python
LICENSE= BSD3CLAUSE
USE_PYTHON= autoplist distutils
USES= python:2
CONFLICTS= py*-progressbar
.include <bsd.port.mk>