From 20985caa3e6191918e00b782a4aec59ac3da68b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 19 Oct 2021 12:43:26 +0200 Subject: [PATCH] lang/jython: Add CPE information Approved by: portmgr (blanket) --- lang/jython/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/jython/Makefile b/lang/jython/Makefile index 73308db24887..bc71c9a485c4 100644 --- a/lang/jython/Makefile +++ b/lang/jython/Makefile @@ -22,6 +22,9 @@ RUN_DEPENDS= bash:shells/bash # Extract only license files EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions \ LICENSE.txt LICENSE_Apache.txt + +USES= cpe +CPE_VENDOR= python USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes