diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 05:09:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 05:09:34 +0000 |
commit | 22a9b9a462b3eddf3acb054df21de3fcd3350d30 (patch) | |
tree | ed9f024299c9182b18db19a7da8894c419d004ca /dns | |
parent | c6b892b2546c8433d6a154a1c40ddca1ee1fe0c5 (diff) |
- Add CPE info
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=385924
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index fccddf49ba74..c3a302574bc0 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -14,6 +14,9 @@ LICENSE= BSD3CLAUSE CONFLICTS= nsd-[0-3]* nsd3-[0-9]* +USES= cpe +CPE_VENDOR= nlnetlabs + USE_RC_SUBR= nsd NSDUSER?= nsd |