COMMENT= Cross-platform API to print colored terminal text from Python apps
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
NO_ARCH= yes
USES?= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-colorama
USES= python:3.3+
.include "${MASTERDIR}/Makefile"