---
name: ap22-mod_auth_mysql_another
version: 3.0.0_4
origin: www/mod_auth_mysql_another
comment: Allows users to use MySQL databases for user authentication
arch: freebsd:9:x86:64
www: http://modauthmysql.sourceforge.net/
maintainer: apache@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 48249
desc: |
  This add-on module allows the apache web server to use a MySQL database
  for user and/or group authentication. For large user lists this can offer
  a significate speed up over apache's standard flat file format.

  There is a different version of mod_auth_mysql in the ports tree with
  different configuration. Unfortunatly this version has a bug if used on
  a system which has more than one authentification databases. You may have
  to look which version fits your requirements.

  WWW: http://modauthmysql.sourceforge.net/
deps:
  apache22: {origin: www/apache22, version: 2.2.25}
  expat: {origin: textproc/expat2, version: 2.1.0}
  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}
  mysql-client: {origin: databases/mysql55-client, version: 5.5.33}
  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:
- libmysqlclient.so.18
shlibs_provided:
- mod_auth_mysql.so
