pkgsrc/textproc/py-xlrd/Makefile
obache 05efff8167 Import py-xlrd-0.7.1 as textproc/py-xlrd.
Extract data from new and old Excel spreadsheets on any platform. Pure Python
(2.1 or later). Strong support for Excel dates. Unicode-aware.
2010-08-05 12:18:06 +00:00

19 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/08/05 12:18:06 obache Exp $
#
DISTNAME= xlrd-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://cheeseshop.python.org/packages/source/x/xlrd/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.lexicon.net/sjmachin/xlrd.htm
COMMENT= Python library to extract data from Microsoft Excel spread sheet files
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"