79b10a91b4
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
21 lines
399 B
Makefile
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>
|