git: 68d6f2bb6b0d - main - devel/apache-ant: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 19:41:13 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=68d6f2bb6b0d20496b80d5b6338471b0b6ac1374 commit 68d6f2bb6b0d20496b80d5b6338471b0b6ac1374 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 19:41:02 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 19:41:02 +0000 devel/apache-ant: Add CPE information Approved by: portmgr (blanket) --- devel/apache-ant/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 2815368bbbca..b376f7e72473 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -14,7 +14,9 @@ COMMENT= Java- and XML-based build tool, conceptually similar to make LICENSE= APACHE20 -USES= tar:bzip2 +USES= cpe tar:bzip2 +CPE_VENDOR= apache +CPE_PRODUCT= ant USE_JAVA= yes OPTIONS_DEFINE= DOCS