summaryrefslogtreecommitdiff
path: root/textproc/py-xlrd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-xlrd/Makefile')
-rw-r--r--textproc/py-xlrd/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile
new file mode 100644
index 00000000000..329982618c9
--- /dev/null
+++ b/textproc/py-xlrd/Makefile
@@ -0,0 +1,19 @@
+# $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"