25 lines
460 B
Makefile
25 lines
460 B
Makefile
COMMENT= Python API and tools to manipulate OpenDocument files
|
|
|
|
MODPY_EGG_VERSION= 1.4.1
|
|
DISTNAME= odfpy-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-odfpy-${MODPY_EGG_VERSION}
|
|
REVISION= 4
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= https://github.com/eea/odfpy
|
|
|
|
# Apache, GPL, LGPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= textproc/py-defusedxml${MODPY_FLAVOR}
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
.include <bsd.port.mk>
|