diff options
author | scrappy <scrappy@FreeBSD.org> | 2000-10-28 01:58:21 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2000-10-28 01:58:21 +0000 |
commit | 442d39731dd3f8c45e1cc4f1c4e7020e35c7f898 (patch) | |
tree | 35b43b231bba82355e2fc9a6fec1c5ef1245f485 /net | |
parent | 8307bf91b2204f814d12041beec7e736e8f875c7 (diff) | |
download | FreeBSD-ports-442d39731dd3f8c45e1cc4f1c4e7020e35c7f898.zip FreeBSD-ports-442d39731dd3f8c45e1cc4f1c4e7020e35c7f898.tar.gz |
A Client interface to LDAP servers
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-perl-ldap/Makefile | 50 | ||||
-rw-r--r-- | net/p5-perl-ldap/distinfo | 1 | ||||
-rw-r--r-- | net/p5-perl-ldap/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-perl-ldap/pkg-descr | 1 | ||||
-rw-r--r-- | net/p5-perl-ldap/pkg-plist | 49 |
6 files changed, 103 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8f19cfd..471e65b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -190,6 +190,7 @@ SUBDIR += p5-Socks SUBDIR += p5-URI SUBDIR += p5-pRPC + SUBDIR += p5-perl-ldap SUBDIR += pathchar SUBDIR += pchar SUBDIR += pcnfsd diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile new file mode 100644 index 0000000..d7bc296 --- /dev/null +++ b/net/p5-perl-ldap/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: perl-ldap +# Date created: October 27th 2000 +# Whom: scrappy@freebsd.org +# +# $FreeBSD$ +# + +PORTNAME= perl-ldap +PORTVERSION= 0.22 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= scrappy@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::LDAP::Control::VLVResponse.3 \ + Net::LDAP::Entry.3 \ + Net::LDAP::Control::Sort.3 \ + Net::LDAP::Util.3 \ + Authen::SASL.3 \ + Bundle::Net::LDAP.3 \ + Net::LDAP::Search.3 \ + Net::LDAP::Control::SortResult.3 \ + Net::LDAP::LDIF.3 \ + Net::LDAP::Schema.3 \ + Net::LDAP::Filter.3 \ + Net::LDAP::Examples.3 \ + Net::LDAP::Control::VLV.3 \ + Net::LDAPS.3 \ + Net::LDAP::FAQ.3 \ + Net::LDAP::Control.3 \ + Net::LDAP::Control::Paged.3 \ + Net::LDAP.3 \ + Net::LDAP::DSML.3 \ + Net::LDAP::Message.3 \ + Net::LDAP::Constant.3 \ + Net::LDAP::Reference.3 \ + Net::LDAP::RFC.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo new file mode 100644 index 0000000..50fb10f --- /dev/null +++ b/net/p5-perl-ldap/distinfo @@ -0,0 +1 @@ +MD5 (perl-ldap-0.22.tar.gz) = 5a77ffcf5333b9bf4fc6449522aa0090 diff --git a/net/p5-perl-ldap/pkg-comment b/net/p5-perl-ldap/pkg-comment new file mode 100644 index 0000000..febf62e7 --- /dev/null +++ b/net/p5-perl-ldap/pkg-comment @@ -0,0 +1 @@ +A Client interface to LDAP servers diff --git a/net/p5-perl-ldap/pkg-descr b/net/p5-perl-ldap/pkg-descr new file mode 100644 index 0000000..febf62e7 --- /dev/null +++ b/net/p5-perl-ldap/pkg-descr @@ -0,0 +1 @@ +A Client interface to LDAP servers diff --git a/net/p5-perl-ldap/pkg-plist b/net/p5-perl-ldap/pkg-plist new file mode 100644 index 0000000..ccfd781 --- /dev/null +++ b/net/p5-perl-ldap/pkg-plist @@ -0,0 +1,49 @@ +lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol/ldap.pm +lib/perl5/site_perl/%%PERL_VER%%/Bundle/Net/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pod +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/CRAM_MD5.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAPS.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Filter.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/LDIF.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Schema.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Bind.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/DSML.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Schema.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Reference.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Util.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/ASN.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/LDIF.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Filter.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Constant.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Examples.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extension.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/FAQ.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Message.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Message.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Constant.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/RFC.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/DSML/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/Sort.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/SortResult.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/VLVResponse.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/VLV.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/Paged.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/perl-ldap/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/DSML +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Authen +@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol +@dirrm lib/perl5/site_perl/%%PERL_VER%%/LWP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/Net +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/perl-ldap |