Files
bsdports/python/py-gunicorn/Makefile
2020-07-22 08:06:34 +00:00

58 lines
2.0 KiB
Makefile

# Created by: Kristaps Kulis <kristaps.kulis@gmail.com>
# $FreeBSD: head/www/py-gunicorn/Makefile 498530 2019-04-10 06:18:31Z antoine $
PORTNAME= gunicorn
PORTVERSION= 19.9.0
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= WSGI HTTP Server for UNIX
#TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
#OPTIONS_DEFINE= PROCTITLE
#OPTIONS_DEFAULT= PROCTITLE
#OPTIONS_GROUP= WORKERS
#OPTIONS_GROUP_WORKERS= EVENTLET GAIOHTTP GEVENT TORNADO
#EVENTLET_DESC= Eventlet async worker
#GAIOHTTP_DESC= gaiohttp async worker (Requires Python 3.3+)
#GEVENT_DESC= Gevent async worker (Requires Python < 3.x)
#PROCTITLE_DESC= Custom process titles with setproctitle(3)
#TORNADO_DESC= Tornado async worker
#EVENTLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.7:net/py-eventlet@${PY_FLAVOR}
#GAIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
#GEVENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0.12.2:devel/py-gevent@${PY_FLAVOR}
#PROCTITLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR}
#TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=2.2:www/py-tornado@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
USE_PYTHON= autoplist concurrent distutils
GH_ACCOUNT= benoitc
NO_ARCH= yes
.include <bsd.port.pre.mk>
#.if ${PYTHON_REL} < 3300
#.if ${PORT_OPTIONS:MGAIOHTTP}
#BROKEN= GAIOHTTP requires Python 3.3+ but this port is building with Python ${PYTHON_VER}. \
# Disable the GAIOHTTP option or change the version of Python to build with, using DEFAULT_VERSIONS
#.endif
#TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
#.endif
#.if ${PYTHON_REL} > 3000 && ${PORT_OPTIONS:MGEVENT}
#BROKEN= GEVENT requires Python < 3.x but this port is building with Python ${PYTHON_VER}. \
# Disable the GEVENT option of change the version of Python to build with, using DEFAULT_VERSIONS
#.endif
#do-test:
# @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.post.mk>