aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-30 14:53:33 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-30 15:14:19 +0000
commit73800a4375f41bdf94737186a70ccb0612fb6277 (patch)
tree516b0c6c733c132055eb8acdb7afe061fe1ca52d
parentf6f6445f0da5a1dc1073536e1daa56b94de6b04c (diff)
downloadports-73800a4375f41bdf94737186a70ccb0612fb6277.tar.gz
ports-73800a4375f41bdf94737186a70ccb0612fb6277.zip
www/mod_wsgi4: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--www/mod_wsgi4/Makefile4
1 files changed, 3 insertions, 1 deletions
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}"