freebsd-ports/dns/py-idna/Makefile
Sunpoet Po-Chuan Hsieh 08a3dfd89b Update to 2.8
Changes:	https://github.com/kjd/idna/blob/master/HISTORY.rst
PR:		236275
Submitted by:	sunpoet (myself)
Approved by:	koobs (maintainer)
2019-03-11 18:08:09 +00:00

26 lines
544 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= idna
PORTVERSION= 2.8
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Internationalized Domain Names in Applications (IDNA)
LICENSE= BSD3CLAUSE PSFL
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python # Actually, 2.7,3.4-3.6
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>