Tweak editors/scribes version 0.4.b954_1
[dports.git] / devel / py-colorama / Makefile
1 # Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
2 # $FreeBSD$
3
4 PORTNAME=       colorama
5 PORTVERSION=    0.2.5
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     alexey@renatasystems.org
11 COMMENT=        Cross-platform API to print colored terminal text from Python apps
12
13 LICENSE=        BSD
14
15 USE_PYTHON=     yes
16 USE_PYDISTUTILS=yes
17 PYDISTUTILS_AUTOPLIST=  yes
18
19 .include <bsd.port.mk>