blob: 23162c1ed4f09a0c80e606f776198e3c3f262839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= ptable
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PTable-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Display tabular data in an ASCII table format
WWW= https://github.com/kxxoling/PTable
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|