mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
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
22 lines
495 B
Makefile
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>
|