initial import of DBD::LDAP 0.09

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@
This commit is contained in:
msf 2006-11-13 14:53:54 +00:00
parent 759b3af1dc
commit b6bd122ad5
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 14:53:54 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 <bsd.port.mk>

View File

@ -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

View File

@ -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.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/13 14:53:54 msf Exp $
${P5SITE}/DBD/
${P5SITE}/DBD/LDAP.pm
${P5SITE}/JLdap.pm
@man man/man3p/DBD::LDAP.3p