2022-03-11 20:02:12 +00:00

25 lines
449 B
Makefile

COMMENT = an XML Schema validator and decoder
MODPY_EGG_VERSION = 1.9.2
DISTNAME = xmlschema-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
HOMEPAGE = https://github.com/sissaschool/xmlschema
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
RUN_DEPENDS = textproc/py-elementpath${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>