diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-11-21 22:04:24 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-11-21 22:04:24 +0800 |
commit | 267904b80f93a4f1d1f0fa702799872e8eac60fe (patch) | |
tree | 180c5880b98c8ea13e05e7ea6f90e4d4353004c4 /dns/Makefile | |
parent | 0e4995f0ae0e7a55014a1470ad89ef79d3a49f30 (diff) | |
download | freebsd-ports-gnome-267904b80f93a4f1d1f0fa702799872e8eac60fe.tar.gz freebsd-ports-gnome-267904b80f93a4f1d1f0fa702799872e8eac60fe.tar.zst freebsd-ports-gnome-267904b80f93a4f1d1f0fa702799872e8eac60fe.zip |
Library to generate static code representation of the Public suffix list.
The public suffix list is a database of top level domain names. The database
allows an application to determine if if a domain name requires an additional
label to be valid.
The principle use in a web browser is to restrict supercookies being set
although it can also serve secondary purposes in the UI such as domain
highlighting.
WWW: http://www.netsurf-browser.org/
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 ef2e0cf0963a..ffa55c780aa2 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -90,6 +90,7 @@ SUBDIR += libdjbdns SUBDIR += libidn SUBDIR += libidn2 + SUBDIR += libnspsl SUBDIR += libpsl SUBDIR += linux-c6-libasyncns SUBDIR += linux-c7-libasyncns |