freebsd-ports/www/py-gunicorn/Makefile
Wen Heping 3946445efa - Update to 0.12.2
PR:		ports/157296
Submitted by:	Mirko Zinn <mail@derzinn.de>
Approved by:	maintainer(timeout, >14 days)
2011-06-08 08:31:43 +00:00

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>