aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 18:49:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 18:49:23 +0000
commit093a532a90ceadc657c877bc17aaf1903e765eff (patch)
tree0b225c7c24d2c519bafc3eb53f14995c2e999659 /textproc
parent80cab25b35d1bbe7233b2bb01d6735ec0341bda0 (diff)
downloadports-093a532a90ceadc657c877bc17aaf1903e765eff.tar.gz
ports-093a532a90ceadc657c877bc17aaf1903e765eff.zip
textproc/py-colorclass: Add LICENSE_FILE
- Update WWW - Take maintainership
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-colorclass/Makefile9
-rw-r--r--textproc/py-colorclass/pkg-descr2
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-colorclass/Makefile b/textproc/py-colorclass/Makefile
index 22c26c72c9a9..9289259c0e9d 100644
--- a/textproc/py-colorclass/Makefile
+++ b/textproc/py-colorclass/Makefile
@@ -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
-NO_ARCH= yes
USES= python:3.6+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/textproc/py-colorclass/pkg-descr b/textproc/py-colorclass/pkg-descr
index 8e648c9ba03e..50d20e53ba0a 100644
--- a/textproc/py-colorclass/pkg-descr
+++ b/textproc/py-colorclass/pkg-descr
@@ -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