textproc/py-colorclass: Add LICENSE_FILE

- Update WWW
- Take maintainership
This commit is contained in:
Po-Chuan Hsieh 2021-12-22 02:49:23 +08:00
parent 80cab25b35
commit 093a532a90
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 5 deletions

View File

@ -1,17 +1,18 @@
PORTNAME= colorclass
PORTVERSION= 2.2.2
PORTREVISION= 0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Colorful worry-free console applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Yet another ANSI color text library for Python. Provides "auto colors" for
dark/light terminals. Works on Linux, OS X, and Windows.
WWW: https://pypi.org/project/colorclass/
WWW: https://github.com/matthewdeanmartin/colorclass