diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-18 00:13:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-18 00:13:39 +0000 |
commit | 5f28baea8d92573a352a5c5d0bfed8f4a2d6373c (patch) | |
tree | 9b34f06d9d3abb2929bbf349fec723c62db45f65 /dns/Makefile | |
parent | 5615adf2018a90e04e44b4d473e67ecf715cc87e (diff) | |
download | ports-5f28baea8d92573a352a5c5d0bfed8f4a2d6373c.tar.gz ports-5f28baea8d92573a352a5c5d0bfed8f4a2d6373c.zip |
Add py-publicsuffixlist 0.6.2
Public Suffix List parser implementation for Python.
- Compliant with TEST DATA
- Support IDN (unicode or punycoded).
- Support Python 2.5+ and Python 3.x
- Shipped with built-in PSL and the updater script.
- Written in Pure Python. No library dependencies.
WWW: https://github.com/ko-zu/psl
Notes
Notes:
svn path=/head/; revision=477456
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index b1bc929a7173..9bfcdc0ac41f 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -196,6 +196,7 @@ SUBDIR += py-ldns SUBDIR += py-namebench SUBDIR += py-publicsuffix + SUBDIR += py-publicsuffixlist SUBDIR += py-py3dns SUBDIR += py-pycares SUBDIR += py-pydnstable |