diff --git a/textproc/py-terminaltables/Makefile b/textproc/py-terminaltables/Makefile index 60f1f4fdab65d..11b07b8815bcb 100644 --- a/textproc/py-terminaltables/Makefile +++ b/textproc/py-terminaltables/Makefile @@ -4,13 +4,15 @@ CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate simple tables in terminals from a nested list of strings 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 diff --git a/textproc/py-terminaltables/pkg-descr b/textproc/py-terminaltables/pkg-descr index b55fe92a079b4..e0b90a3148923 100644 --- a/textproc/py-terminaltables/pkg-descr +++ b/textproc/py-terminaltables/pkg-descr @@ -1,4 +1,4 @@ -Easily draw tables in terminal/console applications from a list of -lists of strings. Supports multi-line rows. +Easily draw tables in terminal/console applications from a list of lists of +strings. Supports multi-line rows. -WWW: https://pypi.org/project/terminaltables/ +WWW: https://github.com/matthewdeanmartin/terminaltables