# $OpenBSD: Makefile,v 1.6 2021/11/02 00:02:37 sthen Exp $

COMMENT =		convert dicts and other data types into XML

MODPY_EGG_VERSION =	1.7.4
DISTNAME = 		dicttoxml-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
REVISION =		3

CATEGORIES =		textproc

MAINTAINER =		Jasper Lievisse Adriaanse <jasper@openbsd.org>

# GPLv2
PERMIT_PACKAGE =	Yes

MODULES =		lang/python
MODPY_PI =		Yes

FLAVORS =		python3
FLAVOR =	python3

NO_TEST =		Yes

.include <bsd.port.mk>
