Changes: https://github.com/tartley/colorama/blob/master/CHANGELOG.rst PR: 198605 Submitted by: Maxim Filimonov <che@bein.link> Approved by: alexey@renatasystems.org (maintainer timeout)
18 lines
407 B
Makefile
18 lines
407 B
Makefile
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= colorama
|
|
PORTVERSION= 0.3.3
|
|
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= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|