freebsd-ports/devel/py-wsgitools/Makefile
Wen Heping 222aeb5c3c wsgitools is a set of tools working with WSGI (see PEP 333).
It includes classes for filtering content, middlewares for
caching, logging and tracebacks as well as two backends for
SCGI. Goals in writing it were portability and simplicity.

WWW: http://subdivi.de/~helmut/wsgitools/

PR:		163100
Submitted by:	Klaus Aehlig <aehlig@linta.de>
Feature safe:	yes
2011-12-07 07:03:16 +00:00

22 lines
510 B
Makefile

# Ports collection makefile for: py-wsgitools
# Date created: 2011/01/13
# Whom: Klaus T. Aehlig <aehlig@linta.de>
#
# $FreeBSD$
#
PORTNAME= wsgitools
PORTVERSION= 0.2.3
CATEGORIES= devel
MASTER_SITES= http://subdivi.de/~helmut/darcs/${PORTNAME}/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= aehlig@linta.de
COMMENT= Useful middlewares and filters for wsgi as well as scgi servers
LICENSE= GPLv2 # or higher
USE_PYTHON= YES
USE_PYDISTUTILS=YES
.include <bsd.port.mk>