# $OpenBSD: Makefile,v 1.14 2021/03/06 15:49:15 sthen 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

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>
