1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/py-texttable/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

21 lines
486 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= texttable
PORTVERSION= 0.8.1
CATEGORIES= textproc python
MASTER_SITES= http://foutaise.org/code/texttable/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Module for creating simple ASCII tables
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/texttable.py \
%%PYTHON_SITELIBDIR%%/texttable.pyc \
%%PYTHON_SITELIBDIR%%/texttable.pyo
.include <bsd.port.mk>