394562948a
* no compiler is required.
19 lines
538 B
Makefile
19 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/02/04 13:07:50 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
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|