svn commit: r382570 - head/net/py-libcloud

Roman Bogorodskiy novel at FreeBSD.org
Sun Mar 29 08:35:36 UTC 2015


Author: novel
Date: Sun Mar 29 08:35:34 2015
New Revision: 382570
URL: https://svnweb.freebsd.org/changeset/ports/382570
QAT: https://qat.redports.org/buildarchive/r382570/

Log:
  Add CPE information.
  
  PR:		198965
  Submitted by:	shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/net/py-libcloud/Makefile

Modified: head/net/py-libcloud/Makefile
==============================================================================
--- head/net/py-libcloud/Makefile	Sun Mar 29 08:12:40 2015	(r382569)
+++ head/net/py-libcloud/Makefile	Sun Mar 29 08:35:34 2015	(r382570)
@@ -15,8 +15,9 @@ COMMENT=	Standard client library for man
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python tar:bzip2
+USES=		cpe python tar:bzip2
 USE_PYTHON=	distutils autoplist
+CPE_VENDOR=	apache
 
 post-extract:
 	@${MV} ${WRKSRC}/libcloud/test ${WRKSRC}/test # no need to install tests


More information about the svn-ports-head mailing list