freebsd-nq/release/packages/unbound-lib32-development.ucl
Glen Barber b3075f337b Initial commit to add dependencies.
Sponsored by:	The FreeBSD Foundation
2016-02-03 23:41:58 +00:00

22 lines
482 B
Plaintext

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-lib32: {
origin: "base",
version: "%VERSION%"
}
}