aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-texttable/Makefile
blob: 0d8b476a2db9716bab944aa37deda62f0aabe48c (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.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>