pkgsrc-wip/py-xlrd/Makefile
2008-01-23 08:36:04 +00:00

24 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/01/23 08:36:04 obache Exp $
#
DISTNAME= xlrd-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://www.lexicon.net/sjmachin/ \
http://cheeseshop.python.org/packages/source/x/xlrd/
EXTRACT_SUFX= .zip
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.lexicon.net/sjmachin/xlrd.htm
COMMENT= Python library to extract data from Microsoft Excel spread sheet files
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
PYDISTUTILSPKG= yes
post-install:
chmod go-w ${DESTDIR}${PREFIX}/bin/runxlrd.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"