svn commit: r386295 - head/dns/ldns

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 14 07:02:21 UTC 2015


Author: amdmi3
Date: Thu May 14 07:02:20 2015
New Revision: 386295
URL: https://svnweb.freebsd.org/changeset/ports/386295

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/dns/ldns/Makefile

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Thu May 14 07:02:07 2015	(r386294)
+++ head/dns/ldns/Makefile	Thu May 14 07:02:20 2015	(r386295)
@@ -15,7 +15,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool
+USES=		cpe gmake libtool
+CPE_VENDOR=	nlnetlabs
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list