1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Initial import of the Mozilla Perl interface to LDAP

This commit is contained in:
Paul Richards 1999-05-25 22:47:01 +00:00
parent c0e2ce55be
commit 5387df7a3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18997
6 changed files with 61 additions and 0 deletions

31
net/perldap/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: perldap
# Version required: 1.1b
# Date created: 17 May 1999
# Whom: paul
#
# $Id$
#
DISTNAME= perldap-1_2_2
DISTFILES= perldap-1.2.2.tgz
CATEGORIES= net
MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/perldap/
MAINTAINER= paul@FreeBSD.ORG
WRKSRC= ${WRKDIR}/perldap
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/ldapsdk
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Mozilla::LDAP::Conn.3 \
Mozilla::LDAP::LDIF.3 \
Mozilla::LDAP::Utils.3 \
Mozilla::LDAP::Entry.3 \
Mozilla::LDAP::API.3
MAKE_ENV+= LDAPSDKDIR=/usr/local/mozilla/directory LDAPV3ON=yes LDAPSDKSSL=no
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

1
net/perldap/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (perldap-1.2.2.tgz) = e5c0d9c7c8f168f894ec034259cd6748

View File

@ -0,0 +1,10 @@
--- Makefile.PL.orig Thu Jan 21 23:52:42 1999
+++ Makefile.PL Tue May 25 21:53:42 1999
@@ -129,6 +129,7 @@
chomp ($lib_line = <STDIN>);
$lib_line = $lline unless $lib_line =~ /\S/;
} else {
+ $lib_line = $lline;
print "\n";
}

1
net/perldap/pkg-comment Normal file
View File

@ -0,0 +1 @@
Perl interface to LDAP

4
net/perldap/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
An object-oriented Perl interface to the standard LDAP functions.
Paul Richards (paul@originative.co.uk)
Originative Solutions Ltd

14
net/perldap/pkg-plist Normal file
View File

@ -0,0 +1,14 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/API.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/API.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/Conn.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/LDIF.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/Utils.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/API.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/Entry.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla