1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/py-tabletext/Makefile
Kris Moore 9ed5e87007 tabletext is a Python library to format (pretty-print) tabular data as
text tables. Its goal is to be as simple as possible, while allowing
optional customization of the output.

WWW: https://pypi.python.org/pypi/tabletext
2017-01-11 19:53:54 +00:00

19 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= tabletext
PORTVERSION= 0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Python library to pretty-print tabular data
LICENSE= GPLv3
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>