freebsd-ports/textproc/py-texttable/Makefile
2011-11-06 15:33:42 +00:00

24 lines
562 B
Makefile

# Ports collection makefile for: py-texttable
# Date created: 24 April 2007
# Whom: 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= miwi@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>