Deleted Added
full compact
unbound.ucl (291007) unbound.ucl (295225)
1name = "FreeBSD-%PKGNAME%"
2origin = "base"
3version = "%VERSION%"
4comment = "Validating, recursive, and caching DNS resolver"
5categories = [ base ]
6maintainer = "re@FreeBSD.org"
7www = "https://www.FreeBSD.org"
8prefix = "/"
9licenselogic = "single"
10licenses = [ BSD4CLAUSE ]
11desc = <<EOD
12Unbound is a recursive-only caching DNS server which can perform DNSSEC
13validation of results
14EOD
1name = "FreeBSD-%PKGNAME%"
2origin = "base"
3version = "%VERSION%"
4comment = "Validating, recursive, and caching DNS resolver"
5categories = [ base ]
6maintainer = "re@FreeBSD.org"
7www = "https://www.FreeBSD.org"
8prefix = "/"
9licenselogic = "single"
10licenses = [ BSD4CLAUSE ]
11desc = <<EOD
12Unbound is a recursive-only caching DNS server which can perform DNSSEC
13validation of results
14EOD
15deps: {
16 FreeBSD-runtime: {
17 origin: "base",
18 version: "%VERSION%"
19 }
20}
21