summaryrefslogtreecommitdiff
path: root/databases/phpldapadmin/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-29 15:56:34 +0000
committerrecht <recht@pkgsrc.org>2004-08-29 15:56:34 +0000
commiteb5d5e182cd3edbdef1d668cade8843203799e1e (patch)
treebe0c27379e9f35f1c6e509f0d1dea8e9807712a3 /databases/phpldapadmin/Makefile
parente31bffa987461d37a8322275eafe792b59c1c6af (diff)
downloadpkgsrc-eb5d5e182cd3edbdef1d668cade8843203799e1e.tar.gz
intial import of phpldapadmin-0.9.4b
Based upon the package provided by Rasputin in PR 26767 phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. Its hierarchical tree-viewer and advanced search functionality make it intuitive to browse and administer your LDAP directory. Features include: * LDAP tree browser * Template-based entry editing * Recursively copy and delete entire trees * View and edit image attributes (like jpegPhoto) * Advanced LDAP schema browser * Template-based entry creation * LDAP searches (both simple and advanced) * LDIF and DSML export, LDAP import * Rename LDAP entries * Manage user password hashes (supports sha, crypt, md5, blowfish, md5crypt) * Browse RootDSE LDAP information * Configurable authentication (anonymous, web login, or static) * Binary attribute support * Configurable support for aliases and referrals * Automatically increment UID numbers * Configurable read-only and read/write modes. * Robust i18n support
Diffstat (limited to 'databases/phpldapadmin/Makefile')
-rw-r--r--databases/phpldapadmin/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/phpldapadmin/Makefile b/databases/phpldapadmin/Makefile
new file mode 100644
index 00000000000..4c586c580bc
--- /dev/null
+++ b/databases/phpldapadmin/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/29 15:56:34 recht Exp $
+
+DISTNAME= phpldapadmin-${VERSION}
+CATEGORIES= databases www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/}
+
+MAINTAINER= rasputnik@hellooperator.net
+HOMEPAGE= http://phpldapadmin.sourceforge.net/
+COMMENT= Set of PHP-scripts to administer an LDAP directory over the WWW
+
+DEPENDS+= php-ldap>=4.1.2:../../databases/php4-ldap
+
+VERSION= 0.9.4b
+NO_BUILD= YES
+NO_BUILDLINK= YES
+
+INSTALLATION_DIRS= ${PREFIX}/share/phpldapadmin
+
+do-install:
+ cd ${WRKSRC} && ${PAX} -s ',\.cvsignore,,' \
+ -rwppm . ${PREFIX}/share/phpldapadmin
+
+.include "../../mk/bsd.pkg.mk"