git: a9fc8d1bcad2 - main - java/junit: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 20:26:08 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9fc8d1bcad288589c488ebbc39718da153531de commit a9fc8d1bcad288589c488ebbc39718da153531de Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 20:25:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 20:25:55 +0000 java/junit: Add CPE information Approved by: portmgr (blanket) --- java/junit/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/junit/Makefile b/java/junit/Makefile index cf6f4baffaf1..aa21808c8835 100644 --- a/java/junit/Makefile +++ b/java/junit/Makefile @@ -12,6 +12,9 @@ COMMENT= Regression testing utility for use with the Java(TM) Language RUN_DEPENDS= ${JAVALIBDIR}/hamcrest.jar:java/hamcrest +USES= cpe +CPE_VENDOR= ${PORTNAME} +CPE_PRODUCT= ${PORTNAME}4 USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes