18 lines
523 B
Makefile
18 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/03/15 21:10:07 hiramatsu Exp $
|
|
|
|
DISTNAME= xlrd-0.9.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/x/xlrd/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.lexicon.net/sjmachin/xlrd.htm
|
|
COMMENT= Python library to extract data from Microsoft Excel spreadsheet files
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
PYTHON_SELF_CONFLICT= yes
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|