freebsd-ports/devel/py-colorama/Makefile
Ruslan Makhmatkhanov 61085d57bb Makes ANSI escape character sequences, for producing colored terminal text and
cursor positioning, work under MS Windows.

ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too. It also provides some shortcuts to help generate ANSI sequences,
and works fine in conjunction with any other ANSI sequence generation library,
such as Termcolor.

WWW: http://pypi.python.org/pypi/colorama

PR:		178352
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org>
2013-05-10 20:44:03 +00:00

18 lines
390 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= colorama
PORTVERSION= 0.2.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexey@renatasystems.org
COMMENT= Cross-platform API to print colored terminal text from Python apps
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>