Initial import of p5-DBD-Msql-Mysql-1.22.15
mysql drivers for the perl DBI
This commit is contained in:
parent
7bf9210413
commit
ee17fc6385
43
databases/p5-DBD-Msql-Mysql/Makefile
Normal file
43
databases/p5-DBD-Msql-Mysql/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/27 08:43:13 wilfried Exp $
|
||||
|
||||
COMMENT= 'mysql drivers for the perl DBI'
|
||||
|
||||
DISTNAME= Msql-Mysql-modules-1.2215
|
||||
PKGNAME= p5-DBD-Msql-Mysql-1.22.15
|
||||
CATEGORIES= databases perl5
|
||||
NEED_VERSION= 1.364
|
||||
|
||||
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBD
|
||||
|
||||
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
|
||||
BUILD_DEPENDS= ${PERL_MODULES}/${ARCH}-openbsd/DBI.pm::databases/p5-DBI
|
||||
RUN_DEPENDS= ${PERL_MODULES}/${ARCH}-openbsd/DBI.pm::databases/p5-DBI
|
||||
|
||||
LIB_DEPENDS= mysqlclient::databases/mysql
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS+= --noprompt \
|
||||
--mysql-install \
|
||||
--mysql-incdir=${LOCALBASE}/include/mysql \
|
||||
--mysql-libdir=${LOCALBASE}/lib/mysql \
|
||||
--nomsql-install \
|
||||
--nomsql1-install
|
||||
|
||||
FLAVORS= dbimon
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mdbimon}
|
||||
RUN_DEPENDS+= ${PERL_MODULES}/Data/ShowTable.pm::devel/p5-Data-ShowTable \
|
||||
${PERL_MODULES}/${ARCH}-openbsd/Term/ReadKey.pm::devel/p5-Term-ReadKey \
|
||||
${PERL_MODULES}/${ARCH}-openbsd/Term/ReadLine/Gnu.pm::devel/p5-Term-ReadLine-Gnu
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-DBD-Msql-Mysql/files/md5
Normal file
3
databases/p5-DBD-Msql-Mysql/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Msql-Mysql-modules-1.2215.tar.gz) = e3f3c7f12456526ca5c3104908220c39
|
||||
RMD160 (Msql-Mysql-modules-1.2215.tar.gz) = 29fe308f199ce290ffa2a3c8f5257e2894242bf3
|
||||
SHA1 (Msql-Mysql-modules-1.2215.tar.gz) = d0b0c9a90c869b803fcf2b3348ee0f085ca70a4b
|
12
databases/p5-DBD-Msql-Mysql/pkg/DESCR
Normal file
12
databases/p5-DBD-Msql-Mysql/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
DBD::mysql are the Perl5 Database Interface drivers for the
|
||||
mysql database.
|
||||
|
||||
In other words: DBD::mysql are an interface between the
|
||||
Perl programming language and the mysql programming API that
|
||||
come with the mysql relational database management systems.
|
||||
Most functions provided by the respective programming API's
|
||||
are supported.
|
||||
|
||||
Flavor: dbimon
|
||||
Installs dbimon - an interactive shell with readline
|
||||
for DBI
|
3
databases/p5-DBD-Msql-Mysql/pkg/PFRAG.dbimon
Normal file
3
databases/p5-DBD-Msql-Mysql/pkg/PFRAG.dbimon
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.dbimon,v 1.1.1.1 2001/03/27 08:43:13 wilfried Exp $
|
||||
bin/dbimon
|
||||
man/man1/dbimon.1
|
13
databases/p5-DBD-Msql-Mysql/pkg/PLIST
Normal file
13
databases/p5-DBD-Msql-Mysql/pkg/PLIST
Normal file
@ -0,0 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/27 08:43:13 wilfried Exp $
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Bundle/DBD/mysql.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/DBD/mysql.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Mysql.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/Mysql/Statement.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/DBD/mysql/mysql.bs
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/DBD/mysql/mysql.so
|
||||
man/man3/Bundle::DBD::mysql.3p
|
||||
man/man3/DBD::mysql.3p
|
||||
man/man3/Mysql.3p
|
||||
%%dbimon%%
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/DBD/mysql
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/Mysql
|
Loading…
Reference in New Issue
Block a user