---
name: ap22-mod_wsgi
version: 2.8_2
origin: www/mod_wsgi
comment: Python WSGI adapter module for Apache
arch: freebsd:9:x86:64
www: http://www.modwsgi.org/
maintainer: douglas@douglasthrift.net
prefix: /usr/local
licenselogic: single
licenses:
- AL2
flatsize: 161374
desc: |
  The mod_wsgi adapter is an Apache module that provides a WSGI compliant
  interface for hosting Python based web applications within Apache. The
  adapter is written completely in C code against the Apache C runtime and
  for hosting WSGI applications within Apache has a lower overhead than using
  existing WSGI adapters for mod_python or CGI.

  WWW: http://www.modwsgi.org/
deps:
  apache22: {origin: www/apache22, version: 2.2.25}
  expat: {origin: textproc/expat2, version: 2.1.0}
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  pcre: {origin: devel/pcre, version: 8.33}
  gettext: {origin: devel/gettext, version: 0.18.3}
  apr: {origin: devel/apr1, version: 1.4.8.1.5.2}
  gdbm: {origin: databases/gdbm, version: 1.10}
  db42: {origin: databases/db42, version: 4.2.52_5}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- www
- python
shlibs_required:
- libpython2.7.so
shlibs_provided:
- mod_wsgi.so
message: |
  ============================================================================

  If you want to use daemon mode you will need to make sure Apache and APR
  include thread support.

  For more information, see http://www.modwsgi.org/wiki/InstallationOnFreeBSD.

  ============================================================================
