freebsd-ports/devel/py-termstyle/Makefile
William Grzybowski d540d00977 devel/py-termstyle: Dirt-simple terminal-colour library for python
Termstyle is a simple python library for adding coloured output to terminal
(console) programs. The definitions come from ECMA-048, the "Control Functions
for Coded Character Sets" standard.

WWW: https://github.com/gfxmonk/termstyle
2015-11-13 13:07:59 +00:00

18 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= termstyle
PORTVERSION= 0.1.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Dirt-simple terminal-colour library for python
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>