diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-05 12:40:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-05 12:40:59 +0000 |
commit | 219c72ef13e2cbf8414a444a216dc2d8dd989bfe (patch) | |
tree | d85e35b8c8d844dec3481bfdaed77c45c87bc1b9 /release/packages/unbound/+MANIFEST | |
parent | 144c44214cc2468878558f80546f49fedda3be2b (diff) | |
download | src-219c72ef13e2cbf8414a444a216dc2d8dd989bfe.tar.gz src-219c72ef13e2cbf8414a444a216dc2d8dd989bfe.zip |
Make unbound an individual package
Ensure we keep all tags from mtrees when creating the METALOG
Notes
Notes:
svn path=/projects/release-pkg/; revision=279656
Diffstat (limited to 'release/packages/unbound/+MANIFEST')
-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 000000000000..071c858ce0b1 --- /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 |