git: 73800a4375f4 - main - www/mod_wsgi4: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 30 15:15:13 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73800a4375f41bdf94737186a70ccb0612fb6277

commit 73800a4375f41bdf94737186a70ccb0612fb6277
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 14:53:33 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-30 15:14:19 +0000

    www/mod_wsgi4: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/mod_wsgi4/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile
index 1dc653744172..c77d197235bd 100644
--- a/www/mod_wsgi4/Makefile
+++ b/www/mod_wsgi4/Makefile
@@ -9,9 +9,11 @@ COMMENT=	Python WSGI adapter module for Apache
 
 LICENSE=	APACHE20
 
-USES=		apache:2.4+ gettext python:3.6+
+USES=		apache:2.4+ cpe gettext python:3.6+
 USE_PYTHON=	flavors
 
+CPE_VENDOR=	modwsgi
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
 


More information about the dev-commits-ports-main mailing list