mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Net::LDAP::Server provides the protocol handling for an LDAP
server. You can subclass it and implement the methods you need (see below). Then you just instantiate your subclass and call its handle method to establish a connection with the client. WWW: http://search.cpan.org/dist/Net-LDAP-Server/ Approved by: miwi(mentor)
This commit is contained in:
parent
a600d6dbd2
commit
23f12158a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242655
5 changed files with 42 additions and 0 deletions
|
@ -545,6 +545,7 @@
|
|||
SUBDIR += p5-Net-LDAP-Express
|
||||
SUBDIR += p5-Net-LDAP-LDAPhash
|
||||
SUBDIR += p5-Net-LDAP-Makepath
|
||||
SUBDIR += p5-Net-LDAP-Server
|
||||
SUBDIR += p5-Net-Libdnet
|
||||
SUBDIR += p5-Net-MAC
|
||||
SUBDIR += p5-Net-MAC-Vendor
|
||||
|
|
25
net/p5-Net-LDAP-Server/Makefile
Normal file
25
net/p5-Net-LDAP-Server/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Net-LDAP-Server
|
||||
# Date created: 2nd Oct, 2009
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-LDAP-Server
|
||||
PORTVERSION= 0.42
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Perl module for LDAP server side protocol handling
|
||||
|
||||
BUILD_DEPENDS= p5-Convert-ASN1>=0.22:${PORTSDIR}/converters/p5-Convert-ASN1 \
|
||||
p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::LDAP::Server.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-LDAP-Server/distinfo
Normal file
3
net/p5-Net-LDAP-Server/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-LDAP-Server-0.42.tar.gz) = cccf0398ef7e582ab08e47cf6c146f19
|
||||
SHA256 (Net-LDAP-Server-0.42.tar.gz) = d8499eda048f076ec0f4b0cf0402d2e5abbf4eb14ef277df1162d8b796b1d077
|
||||
SIZE (Net-LDAP-Server-0.42.tar.gz) = 6332
|
6
net/p5-Net-LDAP-Server/pkg-descr
Normal file
6
net/p5-Net-LDAP-Server/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Net::LDAP::Server provides the protocol handling for an LDAP
|
||||
server. You can subclass it and implement the methods you need
|
||||
(see below). Then you just instantiate your subclass and call
|
||||
its handle method to establish a connection with the client.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-LDAP-Server/
|
7
net/p5-Net-LDAP-Server/pkg-plist
Normal file
7
net/p5-Net-LDAP-Server/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Net/LDAP/Server.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Server/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Server
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/LDAP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue