forked from Lainports/freebsd-ports
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
22 lines
510 B
Makefile
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>
|