diff options
Diffstat (limited to 'misc/py-progressbar231/Makefile')
-rw-r--r-- | misc/py-progressbar231/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/py-progressbar231/Makefile b/misc/py-progressbar231/Makefile new file mode 100644 index 000000000000..8daaa003af17 --- /dev/null +++ b/misc/py-progressbar231/Makefile @@ -0,0 +1,19 @@ +# $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> |