# $Id: Portfile,v 1.1 2006/03/17 07:16:10 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-xlrd
version			0.5.2
categories		python
platforms		darwin
maintainers		mww@opendarwin.org
description		module to extract data from Microsoft Excel spreadsheet files
long_description	xlrd is a Python module to extract data from Microsoft \
			Excel spreadsheet files.

homepage		http://www.lexicon.net/sjmachin/xlrd.htm
master_sites	http://www.lexicon.net/sjmachin/
distname		xlrd-${version}
checksums		sha1 dd480007d77b0cdc1fcf66c449b27a339d9402b1
use_zip			yes

post-destroot {
	xinstall -m 644 -W ${worksrcpath} HISTORY.txt README.txt \
		${destroot}${prefix}/share/doc/${name}
}
