18 lines
714 B
Plaintext
18 lines
714 B
Plaintext
|
# Template file for 'mod_wsgi'
|
||
|
pkgname=mod_wsgi
|
||
|
version=3.2
|
||
|
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="Python WSGI adapter module for Apache"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=0f7394bee6894587df023a382fc35b23913cb4a4faca18394380fe8f921e030a
|
||
|
long_desc="
|
||
|
The aim of mod_wsgi is to implement a simple to use Apache module which can
|
||
|
host any Python application which supports the Python WSGI interface. The
|
||
|
module would be suitable for use in hosting high performance production web
|
||
|
sites, as well as your average self managed personal sites running on web
|
||
|
hosting services."
|
||
|
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency full python
|