aboutsummaryrefslogtreecommitdiff
path: root/devel/py-colorful/Makefile
blob: c007411bfd4ae40117063afcd5c8effa6d727280 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	colorful
PORTVERSION=	0.5.4
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	monsieurp@gentoo.org
COMMENT=	Terminal string styling done right in Python
WWW=		https://pypi.org/project/colorful/

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>