svn commit: r386766 - head/www/mochiweb

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 19 12:05:23 UTC 2015


Author: amdmi3
Date: Tue May 19 12:05:22 2015
New Revision: 386766
URL: https://svnweb.freebsd.org/changeset/ports/386766

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/www/mochiweb/Makefile

Modified: head/www/mochiweb/Makefile
==============================================================================
--- head/www/mochiweb/Makefile	Tue May 19 12:05:14 2015	(r386765)
+++ head/www/mochiweb/Makefile	Tue May 19 12:05:22 2015	(r386766)
@@ -15,6 +15,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFLICTS=	mochiweb-basho-[0-9]*
 
+USES=		cpe
+CPE_VENDOR=	mochiweb_project
+
 PLIST_SUB=	VERSION="${PORTVERSION}"
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list