forked from Lainports/freebsd-ports
- Pass MAINTAINER'ship to submitter PR: 219182 Submitted by: schmidt@ze.tum.de (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10889
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uwsgi
|
|
PORTVERSION= 2.0.15
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://projects.unbit.it/downloads/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}mod_proxy_
|
|
|
|
MAINTAINER= schmidt@ze.tum.de
|
|
COMMENT= Apache proxy module to pass requests to uwsgi
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
SRC_FILE= apache2/mod_proxy_uwsgi.c
|
|
|
|
MODULENAME= mod_proxy_uwsgi
|
|
|
|
.include <bsd.port.mk>
|