summaryrefslogtreecommitdiff
path: root/textproc/py-terminaltables/Makefile
blob: be36e072d1da9a321886df419a77be5ed02f4e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	terminaltables
PORTVERSION=	3.1.0
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Generate simple tables in terminals from a nested list of strings

LICENSE=	MIT

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>