diff options
author | robak <robak@FreeBSD.org> | 2015-04-18 00:38:54 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-18 00:38:54 +0800 |
commit | daf6f41b3c4dae9b762f3502cce520ec046bd732 (patch) | |
tree | f8fde001234b18a6f4aa34844a4818ae17f783df /mail/roundcube | |
parent | 447a71bd665e6745035bee1d487cb101c6230c7b (diff) | |
download | freebsd-ports-gnome-daf6f41b3c4dae9b762f3502cce520ec046bd732.tar.gz freebsd-ports-gnome-daf6f41b3c4dae9b762f3502cce520ec046bd732.tar.zst freebsd-ports-gnome-daf6f41b3c4dae9b762f3502cce520ec046bd732.zip |
mail/roundcube: add CPE info
PR: 199332
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 3204b64701b1..0de4d97fc507 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -18,6 +18,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION} 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 |