1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/uwsgi/Makefile
Daniel Gerzo 29e9718d88 - update to 1.2.4
- import upstream patch to fix build with python 3.2

Approved by:	crees
2012-07-13 15:41:19 +00:00

30 lines
631 B
Makefile

# New ports collection makefile for: uwsgi
# Date created: 23 May 2010
# Whom: Daniel Gerzo <danger@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= uwsgi
PORTVERSION= 1.2.4
CATEGORIES= www python
MASTER_SITES= http://projects.unbit.it/downloads/
MAINTAINER= danger@FreeBSD.org
COMMENT= Developer-friendly WSGI server which uses uwsgi protocol
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
MAKE_JOBS_SAFE= yes
USE_GNOME= libxml2
USE_PYTHON= yes
USE_RC_SUBR= uwsgi
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_DATA} ${WRKSRC}/uwsgidecorators.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>