20 lines
443 B
Makefile
20 lines
443 B
Makefile
# Ports collection makefile for: py-texttable
|
|
# Date created: 24 April 2007
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|