PR: ports/157296 Submitted by: Mirko Zinn <mail@derzinn.de> Approved by: maintainer(timeout, >14 days)
20 lines
417 B
Makefile
20 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.2
|
|
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>
|