summaryrefslogtreecommitdiff
path: root/devel/py-tabulate/Makefile
blob: 1058a210092b78f9151de82714683221095725c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	tabulate
PORTVERSION=	0.8.9
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Pretty-print tabular data in Python
WWW=		https://github.com/astanin/python-tabulate

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils
NO_ARCH=	yes

.include <bsd.port.mk>