aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_ldap
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-07-02 15:17:55 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-07-02 15:17:55 +0000
commite5662c1da38e6fff9a02967cf9e6b95a3483d26e (patch)
tree1ef10414c9edd2dfce08042c5856e19ad164a973 /www/mod_auth_ldap
parent88dae91a85e25d4e124ba31ef41cd5419ae18c63 (diff)
downloadports-e5662c1da38e6fff9a02967cf9e6b95a3483d26e.tar.gz
ports-e5662c1da38e6fff9a02967cf9e6b95a3483d26e.zip
Notes
Diffstat (limited to 'www/mod_auth_ldap')
-rw-r--r--www/mod_auth_ldap/Makefile34
-rw-r--r--www/mod_auth_ldap/distinfo3
-rw-r--r--www/mod_auth_ldap/pkg-descr4
3 files changed, 41 insertions, 0 deletions
diff --git a/www/mod_auth_ldap/Makefile b/www/mod_auth_ldap/Makefile
new file mode 100644
index 000000000000..15576748e8fe
--- /dev/null
+++ b/www/mod_auth_ldap/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: mod_auth_ldap
+# Date created: 07 June 2008
+# Whom: Gerrit Beine <gerrit.beine@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_auth_ldap
+PORTVERSION= 2.12
+CATEGORIES= www
+MASTER_SITES= http://www.muquit.com/muquit/software/mod_auth_ldap/
+DISTNAME= modauthldap_apache2
+
+MAINTAINER= gerrit.beine@gmx.de
+COMMENT= Apache module to authenticate against an LDAP directory
+
+USE_OPENLDAP= yes
+USE_APACHE= 2.0+
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
+SHORTMODNAME= auth_ldap
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-ldap-dir=${LOCALBASE} --with-ssl=no
+MAKE_ARGS+= APXS=${APXS}
+
+PORTDOCS= README mod_auth_ldap_apache2.html ssl_tls.html
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/mod_auth_ldap/distinfo b/www/mod_auth_ldap/distinfo
new file mode 100644
index 000000000000..a62cafa2e566
--- /dev/null
+++ b/www/mod_auth_ldap/distinfo
@@ -0,0 +1,3 @@
+MD5 (modauthldap_apache2.tar.gz) = 2666189a1ec9bef4ae264870b22f8714
+SHA256 (modauthldap_apache2.tar.gz) = 752041bbeac760ba38aa44083cf876882adb0e67f1903b03d9620b3aee154eef
+SIZE (modauthldap_apache2.tar.gz) = 155812
diff --git a/www/mod_auth_ldap/pkg-descr b/www/mod_auth_ldap/pkg-descr
new file mode 100644
index 000000000000..2eaa67bd3afb
--- /dev/null
+++ b/www/mod_auth_ldap/pkg-descr
@@ -0,0 +1,4 @@
+This module allows Apache to authenticate a location against an
+entry, or entries, in an LDAP database.
+
+WWW: http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap2.html