19 lines
373 B
Makefile
19 lines
373 B
Makefile
# Created by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|