e0d879d0fe
of simple WSGI programs. The package is divided into two main components which can be used individualy or in combination. wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer. wsgiAdaptor is a simple WSGI application that provides basic authentication, signed cookies and persistent sessions. WWW: http://www.owlfish.com/software/wsgiutils/ PR: ports/99488 Submitted by: Jordi Haarman
24 lines
610 B
Makefile
24 lines
610 B
Makefile
# New ports collection makefile for: py-wsgiutils
|
|
# Date created: 25 June 2006
|
|
# Whom: Jordi Haarman
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wsgiutils
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= devel textproc www python
|
|
MASTER_SITES= http://www.owlfish.com/software/wsgiutils/downloads/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= WSGIUtils-${PORTVERSION}
|
|
|
|
MAINTAINER= j.haarman@synantics.com
|
|
COMMENT= Utility libraries for development of simple WSGI programs
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION} \
|
|
PYTHON_VERSION_NR=${_PYTHON_PORTBRANCH}
|
|
|
|
.include <bsd.port.mk>
|