mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
21 lines
358 B
Makefile
21 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>
|