1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

add p5-DBD-LDAP 0.04

DBI interface for accessing LDAP servers

PR:		34253
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-26 04:29:00 +00:00
parent 73ec1cec8d
commit c171ec482c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61975
6 changed files with 47 additions and 0 deletions

View File

@ -73,6 +73,7 @@
SUBDIR += p5-DBD-Excel
SUBDIR += p5-DBD-InterBase
SUBDIR += p5-DBD-mysql
SUBDIR += p5-DBD-LDAP
SUBDIR += p5-DBD-ODBC
SUBDIR += p5-DBD-Oracle
SUBDIR += p5-DBD-Pg

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: DBD::LDAP
# Date created: 24 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= DBD-LDAP
PORTVERSION= 0.04
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= DBD::LDAP.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (DBD-LDAP-0.04.tar.gz) = da4340d1897854bd46888fa6d6941ff1

View File

@ -0,0 +1 @@
DBI interface for accessing LDAP servers

View File

@ -0,0 +1,8 @@
DBD::LDAP is a DBI extension module adding an SQL database interface to
standard LDAP databases to Perl's database-independent database interface.
You will need access to an existing LDAP database or set up your own using
an LDAP server, ie. "OpenLDAP".
WWW: http://search.cpan.org/search?dist=DBD-LDAP
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/LDAP/.packlist
lib/perl5/site_perl/%%PERL_VER%%/DBD/LDAP.pm
lib/perl5/site_perl/%%PERL_VER%%/JLdap.pm
lib/perl5/site_perl/%%PERL_VER%%/auto/DBD/LDAP/autosplit.ix
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/DBD/LDAP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/DBD 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBD 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/LDAP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true