ports/textproc/py-pyexcel-ezodf/Makefile
Po-Chuan Hsieh dacb4223ef
textproc/py-pyexcel-ezodf: Add py-pyexcel-ezodf 0.3.4
ezodf is a Python package to create new or open existing OpenDocument (ODF)
files to extract, add, modify or delete document data. pyexcel-ezodf is a fork
maintained by pyexcel.

WWW: https://github.com/pyexcel/pyexcel-ezodf
2021-07-15 00:09:36 +08:00

22 lines
495 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pyexcel-ezodf
PORTVERSION= 0.3.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create/manipulate OpenDocumentFormat files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>