freebsd-ports/textproc/py-texttable/Makefile
Danilo G. Baio b9dc6d4852 textproc/py-texttable: Update to 0.9.1
- Add support for combining characters (#19)

Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11418
2017-07-01 14:20:26 +00:00

20 lines
403 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= texttable
PORTVERSION= 0.9.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Module for creating simple ASCII tables
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES?= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>