summaryrefslogtreecommitdiffstats
path: root/databases/pear-DB_ldap2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-03-08 22:37:12 +0000
committerpav <pav@FreeBSD.org>2005-03-08 22:37:12 +0000
commit03e9c582e45fd734ea2a9721c86a3613054950f6 (patch)
tree845859f1cc513a2357af6c6c04b1b3b4d9168454 /databases/pear-DB_ldap2
parent46bcb3b951b74bf6b3678cc05bb672531f08279d (diff)
downloadFreeBSD-ports-03e9c582e45fd734ea2a9721c86a3613054950f6.zip
FreeBSD-ports-03e9c582e45fd734ea2a9721c86a3613054950f6.tar.gz
PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.
PR: ports/78599 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'databases/pear-DB_ldap2')
-rw-r--r--databases/pear-DB_ldap2/Makefile23
-rw-r--r--databases/pear-DB_ldap2/distinfo2
-rw-r--r--databases/pear-DB_ldap2/pkg-descr3
3 files changed, 28 insertions, 0 deletions
diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile
new file mode 100644
index 0000000..f5d97cd
--- /dev/null
+++ b/databases/pear-DB_ldap2/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: pear-DB_ldap
+# Date created: 08 March 2005
+# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= DB_ldap
+PORTVERSION= 1.1.0
+CATEGORIES= databases net pear
+
+MAINTAINER= antonio@php.net
+COMMENT= PEAR DB compliant interface to LDAP servers
+
+BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= DB
+FILES= ldap.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/databases/pear-DB_ldap2/distinfo b/databases/pear-DB_ldap2/distinfo
new file mode 100644
index 0000000..c848cd7
--- /dev/null
+++ b/databases/pear-DB_ldap2/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/DB_ldap-1.1.0.tgz) = e240c588aba41eb5a57db1268d80e6c5
+SIZE (PEAR/DB_ldap-1.1.0.tgz) = 8245
diff --git a/databases/pear-DB_ldap2/pkg-descr b/databases/pear-DB_ldap2/pkg-descr
new file mode 100644
index 0000000..d1c7fb8
--- /dev/null
+++ b/databases/pear-DB_ldap2/pkg-descr
@@ -0,0 +1,3 @@
+PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.
+
+WWW: http://pear.php.net/package/DB_ldap/
OpenPOWER on IntegriCloud