mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
075f382604
Submitted by: Denis Generalov <gd@rambler-co.ru> PR: 175847
33 lines
709 B
Makefile
33 lines
709 B
Makefile
# New ports collection makefile for: uwsgi
|
|
# Date created: 23 May 2010
|
|
# Whom: Daniel Gerzo <danger@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uwsgi
|
|
PORTVERSION= 1.4.5
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://projects.unbit.it/downloads/
|
|
|
|
MAINTAINER= demon@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
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
@${INSTALL_DATA} ${WRKSRC}/uwsgidecorators.py ${PYTHON_SITELIBDIR}
|
|
|
|
.include <bsd.port.mk>
|