2017-01-11 20:53:54 +01:00
|
|
|
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
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2017-01-11 20:53:54 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|