# $OpenBSD: Makefile,v 1.15 2021/05/21 19:50:33 kmos Exp $

COMMENT =		Python library to support the IDNA protocol

# 3.x is py3-only
MODPY_EGG_VERSION =	2.10
DISTNAME =		idna-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
CATEGORIES =		net
REVISION =		0

HOMEPAGE =		https://github.com/kjd/idna

# BSD-like
PERMIT_PACKAGE =	Yes

MODULES =		lang/python

MODPY_PI =		Yes
MODPY_SETUPTOOLS =	Yes
MODPY_PYTEST =		Yes

FLAVORS =		python3
FLAVOR ?=

.include <bsd.port.mk>
