ports/textproc/py-xlrd2/Makefile
Po-Chuan Hsieh 0f4e9269e8
textproc/py-xlrd2: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:11:18 +08:00

23 lines
610 B
Makefile

PORTNAME= xlrd2
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for developers to extract data from Microsoft Excel legacy spreadsheet files (xls)
WWW= https://github.com/DissectMalware/xlrd2
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>