diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-16 11:28:19 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-16 11:28:19 +0000 |
commit | 17387554d59cfca232b0ccc701fa455af704030c (patch) | |
tree | 8187ddb03cc29d4942068fe97dcfe4ba9ee36847 /www/Makefile | |
parent | a708cb4b2970ee95631ee23c0972373089bed78d (diff) | |
download | pkgsrc-17387554d59cfca232b0ccc701fa455af704030c.tar.gz |
Import ap-auth-mysql 4.3.1, Apache module for user authentication
using information stored in a MySQL database.
Based on pkgwip package done by cube@, thanks a lot!
Package should support both Apache 1.x and 2.x, but only Apache 1.x
tested at the moment.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index bcfc5bcad54..76037e7071f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.330 2004/07/08 19:43:44 erh Exp $ +# $NetBSD: Makefile,v 1.331 2004/07/16 11:31:42 jdolecek Exp $ # COMMENT= Packages related to the World Wide Web @@ -12,6 +12,7 @@ SUBDIR+= ap-access-referer SUBDIR+= ap-aolserver SUBDIR+= ap-auth-cookie SUBDIR+= ap-auth-ldap +SUBDIR+= ap-auth-mysql SUBDIR+= ap-auth-pam SUBDIR+= ap-auth-pgsql SUBDIR+= ap-auth-postgresql |