diff options
author | dogcow <dogcow@pkgsrc.org> | 2001-06-27 01:52:04 +0000 |
---|---|---|
committer | dogcow <dogcow@pkgsrc.org> | 2001-06-27 01:52:04 +0000 |
commit | 9a98f2b481c4ee1f0ea7ebe13b7e280e3bb359a3 (patch) | |
tree | 64cdceffe9c9ad14287e81f73c9d10ca0c737c46 /net | |
parent | bbc0369e36adf69aba7fa7c3a5c9d75210d5ec4a (diff) | |
download | pkgsrc-9a98f2b481c4ee1f0ea7ebe13b7e280e3bb359a3.tar.gz |
Initial commit of p5-Net-LDAP.
This is quite a different package from pkgsrc/devel/p5-LDAP; this one
doesn't require the mozilla ldapsdk, and also seems to be the 'standard'
LDAP interface these days.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-LDAP/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-LDAP/pkg/DESCR | 9 | ||||
-rw-r--r-- | net/p5-Net-LDAP/pkg/PLIST | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP/distinfo b/net/p5-Net-LDAP/distinfo new file mode 100644 index 00000000000..a4e752da3bf --- /dev/null +++ b/net/p5-Net-LDAP/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/06/27 01:52:04 dogcow Exp $ + +SHA1 (perl-ldap-0.23.tar.gz) = 36e33c689f8d1d131a70c1773ce5791332c97e07 +Size (perl-ldap-0.23.tar.gz) = 173048 bytes diff --git a/net/p5-Net-LDAP/pkg/DESCR b/net/p5-Net-LDAP/pkg/DESCR new file mode 100644 index 00000000000..a92bf772c2f --- /dev/null +++ b/net/p5-Net-LDAP/pkg/DESCR @@ -0,0 +1,9 @@ +perl-ldap - A Client interface to LDAP servers + +The development of the distribution is discussed on a mailing list at + perl-ldap-dev@lists.sourceforge.net. + +To subscribe goto + http://lists.sourceforge.net/mailman/listinfo/perl-ldap-dev + +For the latest information see http://perl-ldap.sourceforge.net/ diff --git a/net/p5-Net-LDAP/pkg/PLIST b/net/p5-Net-LDAP/pkg/PLIST new file mode 100644 index 00000000000..df0ace16d2e --- /dev/null +++ b/net/p5-Net-LDAP/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/27 01:52:04 dogcow Exp $ |