ports/devel/py-colorama/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

18 lines
400 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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>