8f0c89110b
uses Marc Lehmann's hight performance libev event loop and Ryan Dahl's http-parser. WWW: https://github.com/jonashaag/bjoern PR: ports/164582 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
31 lines
650 B
Makefile
31 lines
650 B
Makefile
# New ports collection makefile for: py-bjoern
|
|
# Date created: 2011-10-23
|
|
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bjoern
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= A screamingly fast Python WSGI server
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= ev.4:${PORTSDIR}/devel/libev
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|