pkgsrc-wip/py-xlrd/Makefile
Tobias Nygren 3c6264d4e6 Mechanical sweep to sanitise PYTHON_VERSIONS_ACCEPTED.
Bulk build will be used to tune this further.
2008-05-22 15:38:46 +00:00

23 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/05/22 15:38:48 tnn2 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
PYDISTUTILSPKG= yes
post-install:
chmod go-w ${DESTDIR}${PREFIX}/bin/runxlrd.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"