Files
bsdports/python/py-idna/Makefile
2019-12-26 07:26:06 +00:00

19 lines
413 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD: head/dns/py-idna/Makefile 400660 2015-11-02 16:30:46Z koobs $
PORTNAME= idna
PORTVERSION= 2.7
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Internationalized Domain Names in Applications (IDNA)
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
#EOF