aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP2
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_LDAP2')
-rw-r--r--net/pear-Net_LDAP2/Makefile30
-rw-r--r--net/pear-Net_LDAP2/distinfo3
-rw-r--r--net/pear-Net_LDAP2/pkg-descr9
3 files changed, 0 insertions, 42 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile
deleted file mode 100644
index 3668c54e1a99..000000000000
--- a/net/pear-Net_LDAP2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Ports collection makefile for: pear-Net_LDAP
-# Date created: 26 June 2004
-# Whom: Gerrit Beine (<tux@pinguru.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net_LDAP
-PORTVERSION= 0.7.1
-PORTREVISION= 1
-CATEGORIES= net pear
-
-MAINTAINER= gerrit.beine@gmx.de
-COMMENT= OO interface for searching and manipulating LDAP-entries
-
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_PHP= ldap
-CATEGORY= Net
-FILES= LDAP.php \
- LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \
- LDAP/Schema.php LDAP/Search.php LDAP/Util.php
-DOCS= README.txt RootDSE.txt STATUS Schema.txt utf8.txt
-_DOCSDIR= ./doc
-TESTS= tests.php
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
diff --git a/net/pear-Net_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo
deleted file mode 100644
index 8a676aaeecfd..000000000000
--- a/net/pear-Net_LDAP2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (PEAR/Net_LDAP-0.7.1.tgz) = 6ecf4a77488b637081bf9328b039dfbb
-SHA256 (PEAR/Net_LDAP-0.7.1.tgz) = 18830460d31af938797d4e0f30ad4136d951d34c85ce0903c9490126323f39ce
-SIZE (PEAR/Net_LDAP-0.7.1.tgz) = 33903
diff --git a/net/pear-Net_LDAP2/pkg-descr b/net/pear-Net_LDAP2/pkg-descr
deleted file mode 100644
index 92111429d672..000000000000
--- a/net/pear-Net_LDAP2/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Net Ldap is a clone of Perls Net::LDAP object interface to
-ldapservers. It does not contain all of Net::LDAPs features,
-but has:
-* A simple OO-interface to connections, searches and entries.
-* Support for tls and ldap v3.
-* Simple modification, deletion and creation of ldapentries.
-* Support for schema handling.
-
-WWW: http://pear.php.net/package/Net_LDAP/