git: fe12ad79f97d - main - textproc/apache-xmlbeans: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 May 2022 14:59:46 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe12ad79f97d3d6289791249bc277166980131de commit fe12ad79f97d3d6289791249bc277166980131de Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-05-10 14:56:10 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-05-10 14:56:10 +0000 textproc/apache-xmlbeans: Add CPE information Approved by: portmgr (blanket) --- textproc/apache-xmlbeans/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/apache-xmlbeans/Makefile b/textproc/apache-xmlbeans/Makefile index 3ed59bd64152..8d243a5b63f6 100644 --- a/textproc/apache-xmlbeans/Makefile +++ b/textproc/apache-xmlbeans/Makefile @@ -15,10 +15,11 @@ COMMENT= Java classes for XML LICENSE= APACHE20 -USES= tar:tgz +USES= cpe tar:tgz USE_JAVA= yes JAVA_VERSION= 8+ SCHEMAS_VER= 1.4 +CPE_VENDOR= apache WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes