blob: cc64b660d3e67242d523dc6dca419e46871a9ff4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Patrice Clement <monsieurp@gentoo.org>
# $FreeBSD$
PORTNAME= colorful
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= monsieurp@gentoo.org
COMMENT= Terminal string styling done right in Python
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|