freebsd-ports/devel/py-ptable/Makefile
Sunpoet Po-Chuan Hsieh 1c4a5bdb1d Add py-ptable 0.9.2
PTable is a simple Python library designed to make it quick and easy to
represent tabular data in visually appealing ASCII tables, originally forked
from PrettyTable.

WWW: https://github.com/kxxoling/PTable
2018-07-29 19:05:45 +00:00

21 lines
457 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ptable
PORTVERSION= 0.9.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PTable-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Display tabular data in an ASCII table format
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>