summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-07-16 11:28:19 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-07-16 11:28:19 +0000
commit17387554d59cfca232b0ccc701fa455af704030c (patch)
tree8187ddb03cc29d4942068fe97dcfe4ba9ee36847 /www/Makefile
parenta708cb4b2970ee95631ee23c0972373089bed78d (diff)
downloadpkgsrc-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/Makefile3
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