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