# $MidnightBSD: trunk/dns/py-idna/Makefile 21916 2016-09-29 02:33:25Z laffer1 $
# $FreeBSD: head/dns/py-idna/Makefile 400660 2015-11-02 16:30:46Z koobs $

PORTNAME=	idna
PORTVERSION=	2.0
CATEGORIES=	dns python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Internationalized Domain Names in Applications (IDNA)

LICENSE=	python

USES=		python
USE_PYTHON=	autoplist distutils

do-test:
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>
