f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
20 lines
358 B
Makefile
20 lines
358 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= progressbar231
|
|
PORTVERSION= 2.3.1
|
|
PORTREVISION= 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.7
|
|
|
|
CONFLICTS= py*-progressbar
|
|
|
|
.include <bsd.port.mk>
|