summaryrefslogtreecommitdiff
path: root/textproc/py-xlrd/Makefile
blob: 00bcb14ba7021a3c0eb585d3700f977e072e7e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.6 2012/10/25 06:56:52 asau Exp $
#

DISTNAME=		xlrd-0.7.7
PKGNAME=		${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=		1
CATEGORIES=		textproc python
MASTER_SITES=		http://pypi.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

USE_LANGUAGES=		#none

PYTHON_SELF_CONFLICT=	yes

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"