diff options
Diffstat (limited to 'textproc/py-terminaltables/Makefile')
-rw-r--r-- | textproc/py-terminaltables/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 @@ -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 <bsd.port.mk> |