freebsd-ports/devel/py-colorama/Makefile
Guangyuan Yang 6ebf218aca - Update devel/py-colorama to 0.3.9
- Take maintainership

PR:		224169
Approved by:	woodsb02, alexey@renatasystems.org (maintainer timeout, 3 months)
Differential Revision:	https://reviews.freebsd.org/D14852
2018-03-27 02:51:12 +00:00

20 lines
447 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= colorama
PORTVERSION= 0.3.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Cross-platform API to print colored terminal text from Python apps
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>