svn commit: r400149 - head/www/uwsgi

Dmitry Sivachenko demon at FreeBSD.org
Sun Oct 25 12:17:29 UTC 2015


Author: demon
Date: Sun Oct 25 12:17:28 2015
New Revision: 400149
URL: https://svnweb.freebsd.org/changeset/ports/400149

Log:
  Build cgi plugin by default.
  
  PR:		197492
  Requested by:	kevin.bowling at kev009.com

Modified:
  head/www/uwsgi/Makefile

Modified: head/www/uwsgi/Makefile
==============================================================================
--- head/www/uwsgi/Makefile	Sun Oct 25 10:38:27 2015	(r400148)
+++ head/www/uwsgi/Makefile	Sun Oct 25 12:17:28 2015	(r400149)
@@ -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


More information about the svn-ports-head mailing list