freebsd-ports/textproc/py-texttable/Makefile
Martin Wilke 1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00

24 lines
571 B
Makefile

# 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>