freebsd-ports/textproc/py-terminaltables/Makefile

20 lines
450 B
Makefile
Raw Normal View History

PORTNAME= terminaltables
PORTVERSION= 3.1.10
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate simple tables in terminals from a nested list of strings
WWW= https://github.com/matthewdeanmartin/terminaltables
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>