Build cgi plugin by default.
PR: 197492 Requested by: kevin.bowling@kev009.com
This commit is contained in:
parent
69312938b0
commit
3aa624b2be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400149
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= uwsgi
|
||||
PORTVERSION= 2.0.11.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://projects.unbit.it/downloads/
|
||||
|
||||
|
@ -16,6 +17,7 @@ USES= python
|
|||
USE_RC_SUBR= uwsgi
|
||||
|
||||
LDFLAGS+= "-L${LOCALBASE}/lib"
|
||||
MAKE_ARGS+= UWSGI_EMBED_PLUGINS=cgi
|
||||
|
||||
PLIST_FILES= bin/uwsgi \
|
||||
%%PYTHON_SITELIBDIR%%/uwsgidecorators.py
|
||||
|
|
Loading…
Reference in a new issue