e58f660246
ANSII Color formatting for output in terminal. WWW: http://pypi.python.org/pypi/termcolor PR: ports/169397 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
22 lines
433 B
Makefile
22 lines
433 B
Makefile
# New ports collection makefile for: py-termcolor
|
|
# Date created: 2012-06-25
|
|
# Whom: Volodymyr Kostyrko <c.kworr@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= termcolor
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= c.kworr@gmail.com
|
|
COMMENT= ANSII Color formatting for output in terminal
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|