Import of p5-DBD-SQLite2.

DBD::SQLite2 is the Perl5 Database Interface driver for the SQLite3
database.
This commit is contained in:
robert 2004-12-02 21:32:03 +00:00
parent 90c2b28a67
commit a835d812af
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/02 21:32:03 robert Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= 'SQLite3 drivers for the Perl DBI'
DISTNAME= DBD-SQLite2-0.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MAINTAINER= Robert Nagy <robert@openbsd.org>
# artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
BUILD_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI
RUN_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI
REGRESS_DEPENDS= :sqlite3->=3.0.8:databases/sqlite3
CONFIGURE_STYLE= perl
MAKE_FLAGS= CC='${CC}' \
LD='${CC}'
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (DBD-SQLite2-0.33.tar.gz) = babd83fd5eb9ba7560ad4bab4c76c0eb
RMD160 (DBD-SQLite2-0.33.tar.gz) = 8eb2e379c87abc3e177cdd14a1cf3e16cec09573
SHA1 (DBD-SQLite2-0.33.tar.gz) = 4668ef655c8c8410308d5cb649399d5f339105e8

View File

@ -0,0 +1,7 @@
DBD::SQLite2 is the Perl5 Database Interface driver for the SQLite3
database.
In other words: DBD::SQLite2 is an interface between the Perl
programming language and the SQLite3 programming API that comes with
the SQLite Embeddable database management system. Most functions
provided by the respective programming API's are supported.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/02 21:32:03 robert Exp $
${P5ARCH}/DBD/SQLite2.pm
@comment ${P5ARCH}/DBD/getsqlite.pl
${P5ARCH}/auto/DBD/
${P5ARCH}/auto/DBD/SQLite2/
${P5ARCH}/auto/DBD/SQLite2/SQLite2.bs
${P5ARCH}/auto/DBD/SQLite2/SQLite2.so
@man man/man3p/DBD::SQLite2.3p