svn commit: r384167 - head/mail/roundcube

Bartek Rutkowski robak at FreeBSD.org
Fri Apr 17 16:38:55 UTC 2015


Author: robak
Date: Fri Apr 17 16:38:54 2015
New Revision: 384167
URL: https://svnweb.freebsd.org/changeset/ports/384167

Log:
  mail/roundcube: add CPE info
  
  PR:		199332
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>
  Approved by:	portmgr blanket

Modified:
  head/mail/roundcube/Makefile

Modified: head/mail/roundcube/Makefile
==============================================================================
--- head/mail/roundcube/Makefile	Fri Apr 17 15:52:50 2015	(r384166)
+++ head/mail/roundcube/Makefile	Fri Apr 17 16:38:54 2015	(r384167)
@@ -18,6 +18,10 @@ WRKSRC=		${WRKDIR}/${PORTNAME}mail-${DIS
 RCUBECOMP=	SQL config index.php installer logs plugins program robots.txt skins temp vendor
 PORTDOCS=	CHANGELOG INSTALL README.md UPGRADING
 
+USES=		cpe
+CPE_PRODUCT=	webmail
+CPE_VENDOR=	roundcube
+
 WANT_PHP_WEB=	yes
 USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter
 IGNORE_WITH_PHP=52


More information about the svn-ports-all mailing list