89e07f4a18
Approved by: portmgr (implicit)
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# Created by: Volodymyr Kostyrko <c.kworr@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= termcolor
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= c.kworr@gmail.com
|
|
COMMENT= ANSII Color formatting for output in terminal
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|