aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-texttable/Makefile
blob: 43bfd68e29a5155322494ca64a53d1ee9fea58e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:	py-texttable
# Date created:		24 April 2007
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	texttable
PORTVERSION=	0.7.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=	yes
USE_PYDISTUTILS=	yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/texttable.py \
		%%PYTHON_SITELIBDIR%%/texttable.pyc \
		%%PYTHON_SITELIBDIR%%/texttable.pyo

.include <bsd.port.mk>