21 lines
581 B
Makefile
21 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.16 2022/01/04 20:55:09 wiz Exp $
|
|
|
|
DISTNAME= xlrd-2.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlrd/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/python-excel/xlrd
|
|
COMMENT= Python library to extract data from Microsoft Excel spreadsheet files
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|