diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:08:09 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:08:09 +0000 |
| commit | 70f6a3fd1b1c356e6144c8303406fa91359c284d (patch) | |
| tree | 936b9c36912e41872b1fd20f455943222ee6e2c6 /java/intellij/Makefile | |
| parent | e031fb260655676fe474aff2c601761544cbe041 (diff) | |
| download | ports-70f6a3fd1b1c356e6144c8303406fa91359c284d.tar.gz ports-70f6a3fd1b1c356e6144c8303406fa91359c284d.zip | |
java/intellij: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'java/intellij/Makefile')
| -rw-r--r-- | java/intellij/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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+ |
