summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-01-10 13:03:15 +0000
committerjlam <jlam@pkgsrc.org>2002-01-10 13:03:15 +0000
commit1fd68235808d20a7960f8a0bdb44f70a21e7695e (patch)
tree83421d118466d3460796e782a1bb18f5015da871
parent00ae8d845dc5c0bb62b7a9f93560013f579db05e (diff)
downloadpkgsrc-1fd68235808d20a7960f8a0bdb44f70a21e7695e.tar.gz
Move to databases/php3-ldap from the www category to match similar
relocations of the PHP4 module packages.
-rw-r--r--databases/php3-ldap/DESCR2
-rw-r--r--databases/php3-ldap/Makefile16
2 files changed, 18 insertions, 0 deletions
diff --git a/databases/php3-ldap/DESCR b/databases/php3-ldap/DESCR
new file mode 100644
index 00000000000..66aabece2a8
--- /dev/null
+++ b/databases/php3-ldap/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides access to LDAP databases.
diff --git a/databases/php3-ldap/Makefile b/databases/php3-ldap/Makefile
new file mode 100644
index 00000000000..f19cfbaf021
--- /dev/null
+++ b/databases/php3-ldap/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 13:03:15 jlam Exp $
+
+MODNAME= ldap
+CATEGORIES+= databases
+PKGREVISION= # empty
+COMMENT= PHP3 extension for LDAP database access
+
+USE_BUILDLINK_ONLY= yes
+
+.include "../../www/php3/Makefile.module"
+
+CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_DIR}
+MOD_LIBS+= -lldap -llber
+
+.include "../../databases/openldap/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"