freebsd-ports/textproc/py-xlrd/Makefile
Martin Wilke 79b10a91b4 Library for developers to extract data from Microsoft Excel (tm)
spreadsheet files

Extract data from new and old Excel spreadsheets on any platform.
Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware.

WWW: http://www.python-excel.org/

PR:		ports/137970
Submitted by:	Dikshie
2009-08-22 22:09:37 +00:00

21 lines
399 B
Makefile

# New ports collection makefile for: xlrd
# Date created: 2009-08-19
# Whom: Dikshie
#
# $FreeBSD$
#
PORTNAME= xlrd
PORTVERSION= 0.7.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Reading data and formatting information from Excel files
USE_PYTHON= 2.5-2.6
USE_PYDISTUTILS= yes
.include <bsd.port.mk>