openbsd-ports/textproc/py-et_xmlfile/Makefile

26 lines
381 B
Makefile

COMMENT = low memory library for creating large XML files
MODPY_EGG_VERSION = 1.1.0
DISTNAME = et_xmlfile-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = textproc
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
# not in the distfile
NO_TEST = Yes
.include <bsd.port.mk>