2017-01-11 20:53:54 +01:00
|
|
|
PORTNAME= tabletext
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
CATEGORIES= textproc python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2017-01-11 20:53:54 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2021-05-04 18:56:50 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2017-01-11 20:53:54 +01:00
|
|
|
COMMENT= Python library to pretty-print tabular data
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://pypi.org/project/tabletext/
|
2017-01-11 20:53:54 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2017-01-11 20:53:54 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|