freebsd-ports/devel/py-tabulate/Makefile
Sunpoet Po-Chuan Hsieh 1edc73b75d Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change

PR:		224689
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2018-01-13 08:13:40 +00:00

21 lines
427 B
Makefile

# Created by: Nikolay Dachev <freebsd@dacehv.info>
# $FreeBSD$
PORTNAME= tabulate
PORTVERSION= 0.8.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Pretty-print tabular data in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>