mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b49c5cc4a6
It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy. WWW: http://gunicorn.org/ PR: ports/155226 Submitted by: Kristaps Kulis <kristaps.kulis at gmail.com>
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# New ports collection makefile for: py-gunicorn
|
|
# Date created: 2010-03-03
|
|
# Whom: Kristaps Kulis <kristaps.kulis@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gunicorn
|
|
PORTVERSION= 0.12.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kristaps.kulis@gmail.com
|
|
COMMENT= Python WSGI server for unix
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|