diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-18 08:13:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-18 08:13:39 +0800 |
commit | 9682319a53e3d3a9366371ffc6c0ef6eebfdc15a (patch) | |
tree | 9b34f06d9d3abb2929bbf349fec723c62db45f65 /dns/Makefile | |
parent | f651d1c63aac598ecdaeee74d8fa5a73e2eff67a (diff) | |
download | freebsd-ports-gnome-9682319a53e3d3a9366371ffc6c0ef6eebfdc15a.tar.gz freebsd-ports-gnome-9682319a53e3d3a9366371ffc6c0ef6eebfdc15a.tar.zst freebsd-ports-gnome-9682319a53e3d3a9366371ffc6c0ef6eebfdc15a.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
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 |