summaryrefslogtreecommitdiff
path: root/textproc/py-terminaltables3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-terminaltables3/Makefile')
-rw-r--r--textproc/py-terminaltables3/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-terminaltables3/Makefile b/textproc/py-terminaltables3/Makefile
new file mode 100644
index 000000000000..51471c19e2fc
--- /dev/null
+++ b/textproc/py-terminaltables3/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= terminaltables3
+PORTVERSION= 4.0.0
+CATEGORIES= textproc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dtxdf@FreeBSD.org
+COMMENT= Generate simple tables in terminals (fork of terminaltables)
+WWW= https://github.com/matthewdeanmartin/terminaltables
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>