diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-05 12:40:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-05 12:40:59 +0000 |
commit | 9b69bba32a6ee37a93ebe5d69feff7f70cb70218 (patch) | |
tree | d85e35b8c8d844dec3481bfdaed77c45c87bc1b9 /release/packages | |
parent | 06736b2230c5200ae83b6241f1030b1e752b47c6 (diff) | |
download | FreeBSD-src-9b69bba32a6ee37a93ebe5d69feff7f70cb70218.zip FreeBSD-src-9b69bba32a6ee37a93ebe5d69feff7f70cb70218.tar.gz |
Make unbound an individual package
Ensure we keep all tags from mtrees when creating the METALOG
Diffstat (limited to 'release/packages')
-rw-r--r-- | release/packages/unbound/+MANIFEST | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/release/packages/unbound/+MANIFEST b/release/packages/unbound/+MANIFEST new file mode 100644 index 0000000..071c858 --- /dev/null +++ b/release/packages/unbound/+MANIFEST @@ -0,0 +1,14 @@ +name = "FreeBSD-unbound" +origin = "base" +version = "%VERSION%" +comment = "Validating, recursive, and caching DNS resolver" +categories = [ base ] +maintainer = "re@FreeBSD.org" +www = "http://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 |