Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 19:08:29 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70f6a3fd1b1c - main - java/intellij: Add CPE information
Message-ID:  <202110231908.19NJ8T6I076111@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110231908.19NJ8T6I076111>