git: 70f6a3fd1b1c - main - java/intellij: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Sat, 23 Oct 2021 19:08:29 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70f6a3fd1b1c356e6144c8303406fa91359c284d

commit 70f6a3fd1b1c356e6144c8303406fa91359c284d
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 19:08:09 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 19:08:09 +0000

    java/intellij: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 java/intellij/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/java/intellij/Makefile b/java/intellij/Makefile
index bbc192a9a7a2..ceac0df9d67f 100644
--- a/java/intellij/Makefile
+++ b/java/intellij/Makefile
@@ -15,7 +15,9 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier
 
-USES=		python:run shebangfix
+USES=		cpe python:run shebangfix
+CPE_VENDOR=	jetbrains
+CPE_PRODUCT=	${PORTNAME}_idea
 
 USE_JAVA=	yes
 JAVA_VERSION=	8+