svn commit: r386587 - head/net/libproxy

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 08:09:46 UTC 2015


Author: amdmi3
Date: Sun May 17 08:09:45 2015
New Revision: 386587
URL: https://svnweb.freebsd.org/changeset/ports/386587

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/net/libproxy/Makefile

Modified: head/net/libproxy/Makefile
==============================================================================
--- head/net/libproxy/Makefile	Sun May 17 07:54:20 2015	(r386586)
+++ head/net/libproxy/Makefile	Sun May 17 08:09:45 2015	(r386587)
@@ -11,7 +11,8 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT?=	Library that provides automatic proxy configuration management
 
-USES+=		cmake
+USES+=		cmake cpe
+CPE_VENDOR=	libproxy_project
 
 PLIST_SUB+=	VERSION=${PORTVERSION}
 


More information about the svn-ports-all mailing list