aboutsummaryrefslogtreecommitdiff
path: root/net/p5-perl-ldap
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2003-06-16 18:19:51 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2003-06-16 18:19:51 +0000
commit02d52a0ef78b22e2df0401ee5a636cc7278a30af (patch)
tree8b9d2a760323bd44184214f86e6d0c061cb82786 /net/p5-perl-ldap
parent1689f448880f6c0491db4ac1ad2ff7b6eab57f79 (diff)
downloadports-02d52a0ef78b22e2df0401ee5a636cc7278a30af.tar.gz
ports-02d52a0ef78b22e2df0401ee5a636cc7278a30af.zip
Notes
Diffstat (limited to 'net/p5-perl-ldap')
-rw-r--r--net/p5-perl-ldap/Makefile41
-rw-r--r--net/p5-perl-ldap/distinfo2
-rw-r--r--net/p5-perl-ldap/pkg-descr7
-rw-r--r--net/p5-perl-ldap/pkg-plist97
4 files changed, 77 insertions, 70 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile
index 3ad78b72fd6f..23f8526b6dde 100644
--- a/net/p5-perl-ldap/Makefile
+++ b/net/p5-perl-ldap/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= perl-ldap
-PORTVERSION= 0.27.01
+PORTVERSION= 0.28
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-0.2701
MAINTAINER= scrappy@FreeBSD.org
COMMENT= A Client interface to LDAP servers
@@ -24,29 +23,31 @@ BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-AS
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Net::LDAP::Control::VLVResponse.3 \
- Net::LDAP::Entry.3 \
+MAN3= Bundle::Net::LDAP.3 \
+ Net::LDAP.3 \
+ Net::LDAP::Constant.3 \
+ Net::LDAP::Control.3 \
+ Net::LDAP::Control::Paged.3 \
+ Net::LDAP::Control::ProxyAuth.3 \
Net::LDAP::Control::Sort.3 \
- Net::LDAP::Util.3 \
- Bundle::Net::LDAP.3 \
- Net::LDAP::Search.3 \
- Net::LDAP::Security.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::Entry.3 \
+ Net::LDAP::Examples.3 \
+ Net::LDAP::Extra.3 \
+ Net::LDAP::FAQ.3 \
+ Net::LDAP::Filter.3 \
+ Net::LDAP::LDIF.3 \
Net::LDAP::Message.3 \
- Net::LDAP::Constant.3 \
+ Net::LDAP::RFC.3 \
Net::LDAP::Reference.3 \
- Net::LDAP::RFC.3
+ Net::LDAP::RootDSE.3 \
+ Net::LDAP::Schema.3 \
+ Net::LDAP::Search.3 \
+ Net::LDAP::Security.3 \
+ Net::LDAP::Util.3 \
+ Net::LDAPI.3 \
+ Net::LDAPS.3
.include <bsd.port.mk>
diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo
index 40dfbe6838b0..2209739ebd32 100644
--- a/net/p5-perl-ldap/distinfo
+++ b/net/p5-perl-ldap/distinfo
@@ -1 +1 @@
-MD5 (perl-ldap-0.2701.tar.gz) = fd3cd83810bb3163e47dedd34277da76
+MD5 (perl-ldap-0.28.tar.gz) = 67d8d1827a0b0e9a57e69ba27aec27f4
diff --git a/net/p5-perl-ldap/pkg-descr b/net/p5-perl-ldap/pkg-descr
index febf62e7a0bd..bc18b6671cf7 100644
--- a/net/p5-perl-ldap/pkg-descr
+++ b/net/p5-perl-ldap/pkg-descr
@@ -1 +1,6 @@
-A Client interface to LDAP servers
+Net::LDAP is a collection of modules that implements a LDAP services API
+for Perl programs. The module may be used to search directories or perform
+maintenance functions such as add, deleting or modify entries in an LDAP
+directory.
+
+WWW: http://perl-ldap.sourceforge.net/
diff --git a/net/p5-perl-ldap/pkg-plist b/net/p5-perl-ldap/pkg-plist
index c105b9c9ead9..549a63b07365 100644
--- a/net/p5-perl-ldap/pkg-plist
+++ b/net/p5-perl-ldap/pkg-plist
@@ -1,48 +1,49 @@
-lib/perl5/site_perl/%%PERL_VER%%/Bundle/Net/LDAP.pm
-lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol/ldap.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/ASN.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Bind.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Constant.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Constant.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/Paged.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/ProxyAuth.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/VLV.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/VLVResponse.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/DSML.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pod
-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/Extension/SetPassword.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extra.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/FAQ.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Filter.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Filter.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/LDIF.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/LDIF.pod
-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/RFC.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Reference.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Schema.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Schema.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Security.pod
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Util.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/LDAPS.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/Extension
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/Net
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/perl-ldap
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LWP 2>/dev/null || true
+%%SITE_PERL%%/Bundle/Net/LDAP.pm
+%%SITE_PERL%%/LWP/Protocol/ldap.pm
+%%SITE_PERL%%/Net/LDAP.pm
+%%SITE_PERL%%/Net/LDAP.pod
+%%SITE_PERL%%/Net/LDAP/ASN.pm
+%%SITE_PERL%%/Net/LDAP/Bind.pm
+%%SITE_PERL%%/Net/LDAP/Constant.pm
+%%SITE_PERL%%/Net/LDAP/Control.pm
+%%SITE_PERL%%/Net/LDAP/Control/Paged.pm
+%%SITE_PERL%%/Net/LDAP/Control/ProxyAuth.pm
+%%SITE_PERL%%/Net/LDAP/Control/Sort.pm
+%%SITE_PERL%%/Net/LDAP/Control/SortResult.pm
+%%SITE_PERL%%/Net/LDAP/Control/VLV.pm
+%%SITE_PERL%%/Net/LDAP/Control/VLVResponse.pm
+%%SITE_PERL%%/Net/LDAP/DSML.pm
+%%SITE_PERL%%/Net/LDAP/Entry.pm
+%%SITE_PERL%%/Net/LDAP/Entry.pod
+%%SITE_PERL%%/Net/LDAP/Examples.pod
+%%SITE_PERL%%/Net/LDAP/Extension.pm
+%%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm
+%%SITE_PERL%%/Net/LDAP/Extra.pm
+%%SITE_PERL%%/Net/LDAP/FAQ.pod
+%%SITE_PERL%%/Net/LDAP/Filter.pm
+%%SITE_PERL%%/Net/LDAP/Filter.pod
+%%SITE_PERL%%/Net/LDAP/LDIF.pm
+%%SITE_PERL%%/Net/LDAP/LDIF.pod
+%%SITE_PERL%%/Net/LDAP/Message.pm
+%%SITE_PERL%%/Net/LDAP/Message.pod
+%%SITE_PERL%%/Net/LDAP/RFC.pod
+%%SITE_PERL%%/Net/LDAP/Reference.pod
+%%SITE_PERL%%/Net/LDAP/RootDSE.pm
+%%SITE_PERL%%/Net/LDAP/Schema.pm
+%%SITE_PERL%%/Net/LDAP/Schema.pod
+%%SITE_PERL%%/Net/LDAP/Search.pm
+%%SITE_PERL%%/Net/LDAP/Search.pod
+%%SITE_PERL%%/Net/LDAP/Security.pod
+%%SITE_PERL%%/Net/LDAP/Util.pm
+%%SITE_PERL%%/Net/LDAPI.pm
+%%SITE_PERL%%/Net/LDAPS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/perl-ldap/.packlist
+@dirrm %%SITE_PERL%%/Net/LDAP/Control
+@dirrm %%SITE_PERL%%/Net/LDAP/Extension
+@dirrm %%SITE_PERL%%/Net/LDAP
+@dirrm %%SITE_PERL%%/Bundle/Net
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/perl-ldap
+@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/LWP/Protocol 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/LWP 2>/dev/null || true