freebsd-ports/textproc/py-tabletext/Makefile

17 lines
319 B
Makefile
Raw Normal View History

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:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>