# Ports collection makefile for:	py-texttable
# Date created:		24 April 2007
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD: ports/textproc/py-texttable/Makefile,v 1.1 2007/04/24 14:25:42 miwi Exp $
#

PORTNAME=	texttable
PORTVERSION=	0.6.0
CATEGORIES=	textproc python
MASTER_SITES=	http://jefke.free.fr/stuff/python/texttable/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Module for creating simple ASCII tables

USE_PYTHON=	2.3+
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
