---
name: ap22-mod_authn_sasl
version: 1.2_1
origin: www/mod_authn_sasl
comment: Allows user authentication based on libsasl2 mechanisms on apache 2.2
arch: freebsd:9:x86:64
www: http://mod-authn-sasl.sourceforge.net/
maintainer: apache@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- AL2
flatsize: 109408
desc: |
  This module provides the mod_auth_basic authentication front-end a way to
  authenticate users by checking credentials via the Cyrus SASL library.
  This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or
  LDAP) already running at a machine use SASL to authenticate users.

  WWW: http://mod-authn-sasl.sourceforge.net/
deps:
  apache22: {origin: www/apache22, version: 2.2.25}
  expat: {origin: textproc/expat2, version: 2.1.0}
  cyrus-sasl: {origin: security/cyrus-sasl2, version: 2.1.26_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
shlibs_required:
- libsasl2.so.3
shlibs_provided:
- mod_authn_sasl.so
options: {SASLAUTHD: off}
