mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
9ed5e87007
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
19 lines
327 B
Makefile
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>
|