svn commit: r385924 - head/dns/nsd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 10 05:09:35 UTC 2015


Author: amdmi3
Date: Sun May 10 05:09:34 2015
New Revision: 385924
URL: https://svnweb.freebsd.org/changeset/ports/385924

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/dns/nsd/Makefile

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Sun May 10 04:44:01 2015	(r385923)
+++ head/dns/nsd/Makefile	Sun May 10 05:09:34 2015	(r385924)
@@ -14,6 +14,9 @@ LICENSE=	BSD3CLAUSE
 
 CONFLICTS=	nsd-[0-3]* nsd3-[0-9]*
 
+USES=		cpe
+CPE_VENDOR=	nlnetlabs
+
 USE_RC_SUBR=	nsd
 
 NSDUSER?=	nsd


More information about the svn-ports-all mailing list