From b3f4b81cdfe97292993ac564560aab7fab165540 Mon Sep 17 00:00:00 2001 From: msf Date: Mon, 13 Nov 2006 14:57:55 +0000 Subject: [PATCH] import this with the right name DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent database interface. requested by robert@ --- databases/p5-DBD-LDAP/Makefile | 21 +++++++++++++++++++++ databases/p5-DBD-LDAP/distinfo | 4 ++++ databases/p5-DBD-LDAP/pkg/DESCR | 2 ++ databases/p5-DBD-LDAP/pkg/PLIST | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 databases/p5-DBD-LDAP/Makefile create mode 100644 databases/p5-DBD-LDAP/distinfo create mode 100644 databases/p5-DBD-LDAP/pkg/DESCR create mode 100644 databases/p5-DBD-LDAP/pkg/PLIST diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile new file mode 100644 index 00000000000..2cb87369c01 --- /dev/null +++ b/databases/p5-DBD-LDAP/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 14:57:55 msf Exp $ + +COMMENT= "DBI driver for LDAP databases" + +MODULES= cpan + +DISTNAME= DBD-LDAP-0.09 + +CATEGORIES= databases perl5 + +# Artistic License +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::databases/p5-DBI \ + ::databases/p5-ldap + +.include diff --git a/databases/p5-DBD-LDAP/distinfo b/databases/p5-DBD-LDAP/distinfo new file mode 100644 index 00000000000..7c85872a43e --- /dev/null +++ b/databases/p5-DBD-LDAP/distinfo @@ -0,0 +1,4 @@ +MD5 (DBD-LDAP-0.09.tar.gz) = e5692405746763771940a3a393d470aa +RMD160 (DBD-LDAP-0.09.tar.gz) = 68771b15980ef8c59c82488d3ba217da68cf4d66 +SHA1 (DBD-LDAP-0.09.tar.gz) = f0f2d24aa60266acafce46c0894521102da6455f +SIZE (DBD-LDAP-0.09.tar.gz) = 29903 diff --git a/databases/p5-DBD-LDAP/pkg/DESCR b/databases/p5-DBD-LDAP/pkg/DESCR new file mode 100644 index 00000000000..a725c6f96f0 --- /dev/null +++ b/databases/p5-DBD-LDAP/pkg/DESCR @@ -0,0 +1,2 @@ +DBD::LDAP is a DBI extension module adding an SQL database interface to +standard LDAP databases to Perl's database-independent database interface. diff --git a/databases/p5-DBD-LDAP/pkg/PLIST b/databases/p5-DBD-LDAP/pkg/PLIST new file mode 100644 index 00000000000..f6f821ce6ab --- /dev/null +++ b/databases/p5-DBD-LDAP/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/13 14:57:55 msf Exp $ +${P5SITE}/DBD/ +${P5SITE}/DBD/LDAP.pm +${P5SITE}/JLdap.pm +@man man/man3p/DBD::LDAP.3p