0b55432514
- Update LICENSE - Remove leading indefinite article from COMMENT - Reformat pkg-descr and fix typo - Take maintainership Changes: https://code.google.com/p/python-progressbar/source/browse/ChangeLog.yaml
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= progressbar
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Text progressbar library for python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_PYTHON= 2
|
|
|
|
PROJECTHOST= python-${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|