diff --git a/textproc/py-terminaltables/Makefile b/textproc/py-terminaltables/Makefile index 60f1f4fdab65..11b07b8815bc 100644 --- a/textproc/py-terminaltables/Makefile +++ b/textproc/py-terminaltables/Makefile @@ -1,16 +1,18 @@ PORTNAME= terminaltables PORTVERSION= 3.1.10 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 b55fe92a079b..e0b90a314892 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