head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.02.59;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.29.06.53.33;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for: py-bjoern
# Date created:	2011-10-23
# Whom:	Olivier Duchateau <duchateau.olivier@@gmail.com>
#
# $FreeBSD: head/www/py-bjoern/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.1
log
@bjoern, is a fast and ultra-lightweight asynchronous HTTP/1.1 WSGI server. It
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>
@
text
@d5 1
a5 1
# $FreeBSD$
@

