aboutsummaryrefslogtreecommitdiff
path: root/dns/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-11-02 16:30:46 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-11-02 16:30:46 +0000
commitf20b2099a625db1f0de5ea4080550dd39d0fec0d (patch)
tree2c6882debef2a3588942aea25d5372a4a76b630f /dns/Makefile
parent8d59010a018906df23f0339b80272d77403b5ba9 (diff)
downloadports-f20b2099a625db1f0de5ea4080550dd39d0fec0d.tar.gz
ports-f20b2099a625db1f0de5ea4080550dd39d0fec0d.zip
[NEW] dns/py-idna: Internationalized Domain Names in Applications (IDNA)
A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different res lts from the earlier standard from 2003. The library is also intended to act as a suitable drop-in replacement for the "encodings.idna" module that comes with the Python standard library but currently only supports the older 2003 specification. WWW: https://github.com/kjd/idna Noticed by: brnrd (for py-cryptography)
Notes
Notes: svn path=/head/; revision=400660
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 39ba997b78bd..41fd0c337952 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -163,6 +163,7 @@
SUBDIR += py-dns3
SUBDIR += py-dnspython
SUBDIR += py-easyzone
+ SUBDIR += py-idna
SUBDIR += py-idnkit2
SUBDIR += py-ldns
SUBDIR += py-namebench