diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile index 522dfab1c92b..ad4e172604ac 100644 --- a/dns/py-idna/Makefile +++ b/dns/py-idna/Makefile @@ -1,23 +1,20 @@ # Created by: Kubilay Kocak PORTNAME= idna PORTVERSION= 3.3 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Internationalized Domain Names in Applications (IDNA) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= python:3.5+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v - .include