diff options
author | paul <paul@FreeBSD.org> | 1999-05-25 22:47:01 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1999-05-25 22:47:01 +0000 |
commit | a6e9b4d3fd6657f23911e4b485e4308bec3a57bb (patch) | |
tree | cdc72ab4730ad857748184073b5206618be0642f /net | |
parent | fe68a71b8f83486884abf2f9ffabd9b6dfa83ba8 (diff) | |
download | FreeBSD-ports-a6e9b4d3fd6657f23911e4b485e4308bec3a57bb.zip FreeBSD-ports-a6e9b4d3fd6657f23911e4b485e4308bec3a57bb.tar.gz |
Initial import of the Mozilla Perl interface to LDAP
Diffstat (limited to 'net')
-rw-r--r-- | net/perldap/Makefile | 31 | ||||
-rw-r--r-- | net/perldap/distinfo | 1 | ||||
-rw-r--r-- | net/perldap/files/patch-01 | 10 | ||||
-rw-r--r-- | net/perldap/pkg-comment | 1 | ||||
-rw-r--r-- | net/perldap/pkg-descr | 4 | ||||
-rw-r--r-- | net/perldap/pkg-plist | 14 |
6 files changed, 61 insertions, 0 deletions
diff --git a/net/perldap/Makefile b/net/perldap/Makefile new file mode 100644 index 0000000..8d659e7 --- /dev/null +++ b/net/perldap/Makefile @@ -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> diff --git a/net/perldap/distinfo b/net/perldap/distinfo new file mode 100644 index 0000000..f728616 --- /dev/null +++ b/net/perldap/distinfo @@ -0,0 +1 @@ +MD5 (perldap-1.2.2.tgz) = e5c0d9c7c8f168f894ec034259cd6748 diff --git a/net/perldap/files/patch-01 b/net/perldap/files/patch-01 new file mode 100644 index 0000000..dda0ae9 --- /dev/null +++ b/net/perldap/files/patch-01 @@ -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"; + } + diff --git a/net/perldap/pkg-comment b/net/perldap/pkg-comment new file mode 100644 index 0000000..df262b0 --- /dev/null +++ b/net/perldap/pkg-comment @@ -0,0 +1 @@ +Perl interface to LDAP diff --git a/net/perldap/pkg-descr b/net/perldap/pkg-descr new file mode 100644 index 0000000..b59c24d --- /dev/null +++ b/net/perldap/pkg-descr @@ -0,0 +1,4 @@ +An object-oriented Perl interface to the standard LDAP functions. + +Paul Richards (paul@originative.co.uk) +Originative Solutions Ltd diff --git a/net/perldap/pkg-plist b/net/perldap/pkg-plist new file mode 100644 index 0000000..978b2fe --- /dev/null +++ b/net/perldap/pkg-plist @@ -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 |