diff options
Diffstat (limited to 'www/ap-auth-ldap/Makefile')
-rw-r--r-- | www/ap-auth-ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index a5f90e43d4a..e96d21a381b 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/12/14 12:27:51 kleink Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 17:21:44 wiz Exp $ DISTNAME= auth_ldap-1.5.2 PKGNAME= ap-auth-ldap-1.5.2 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.rudedog.org/auth_ldap/ MAINTAINER= kleink@netbsd.org HOMEPAGE= http://www.rudedog.org/auth_ldap/ +COMMENT= Module to allow apache authentication against an LDAP directory DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= openldap-1.2.*:../../databases/openldap |