1edc73b75d
- Bump PORTREVISION for package change PR: 224689 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
21 lines
427 B
Makefile
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>
|