git: 0f80d6120c84 - main - devel/rubymine: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:14 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f80d6120c8427bd2576c345d30f7dbdb66dbbbe commit 0f80d6120c8427bd2576c345d30f7dbdb66dbbbe Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 13:11:09 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-03-18 13:23:50 +0000 devel/rubymine: Add CPE information Approved by: portmgr (blanket) --- devel/rubymine/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/rubymine/Makefile b/devel/rubymine/Makefile index a831afb4e917..e0352d54ebd5 100644 --- a/devel/rubymine/Makefile +++ b/devel/rubymine/Makefile @@ -17,11 +17,13 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier -USES= python:run shebangfix ssl +USES= cpe python:run shebangfix ssl USE_JAVA= yes JAVA_VERSION= 11+ +CPE_VENDOR= jetbrains + SHEBANG_FILES= bin/printenv.py bin/restart.py NO_BUILD= yes