freebsd-ports/devel/py-ttystatus/Makefile
Baptiste Daroussin b8521a4620 ttystatus is a Python library for showing progress reporting and status updates
on terminals, for (Unix) command line programs. Output is automatically adapted
to the width of the terminal: truncated if it does not fit, and re-sized if the
terminal size changes.

WWW: https://liw.fi/ttystatus/
2017-02-06 21:10:09 +00:00

20 lines
395 B
Makefile

# $FreeBSD$
PORTNAME= ttystatus
PORTVERSION= 0.32
CATEGORIES= devel
MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Python progress reporting to /dev/tty
LICENSE= GPLv3
LICENSE_FILES= ${WRKSRC}/COPYING
USES= python:2
NO_ARCH= yes
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>