svn commit: r386639 - head/net-p2p/cpuminer

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 18:15:47 UTC 2015


Author: amdmi3
Date: Sun May 17 18:15:46 2015
New Revision: 386639
URL: https://svnweb.freebsd.org/changeset/ports/386639

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/net-p2p/cpuminer/Makefile

Modified: head/net-p2p/cpuminer/Makefile
==============================================================================
--- head/net-p2p/cpuminer/Makefile	Sun May 17 17:53:16 2015	(r386638)
+++ head/net-p2p/cpuminer/Makefile	Sun May 17 18:15:46 2015	(r386639)
@@ -16,6 +16,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libjansson.so:${PORTSDIR}/devel/jansson
 
+USES=		cpe
+CPE_VENDOR=	cpuminer_project
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf
 AUTOMAKE_ARGS=	--gnu --add-missing --copy


More information about the svn-ports-all mailing list