git: ab79178f4546 - main - www/uwsgi: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:59:36 UTC 2021


The branch main has been updated by decke:

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

commit ab79178f4546a4640e3ccd905b0a5e3aecefe6d8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:39:06 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:58:12 +0000

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

diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile
index 934ff8f3789a..ef5d5fa87dd1 100644
--- a/www/uwsgi/Makefile
+++ b/www/uwsgi/Makefile
@@ -12,9 +12,10 @@ COMMENT=	Developer-friendly WSGI server which uses uwsgi protocol
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		pkgconfig python:3.6+
+USES=		cpe pkgconfig python:3.6+
 USE_PYTHON=	distutils concurrent optsuffix
 USE_RC_SUBR=	uwsgi
+CPE_VENDOR=	unbit
 
 MAKE_ENV+=	CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi
 


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