opnsense-ports/textproc/py-terminaltables/Makefile
Franco Fichtner 6fbfde1382 */*: sync with upstream
Taken from: FreeBSD
2016-10-26 18:02:32 +02:00

18 lines
354 B
Makefile

# $FreeBSD$
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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>