Import of p5-DBD-SQLite-0.31, from Robert Nagy <thuglife@bsd.hu>
DBD::SQLite is the Perl5 Database Interface driver for the SQLite database.
This commit is contained in:
parent
0cbffda458
commit
0106de31f2
27
databases/p5-DBD-SQLite/Makefile
Normal file
27
databases/p5-DBD-SQLite/Makefile
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
|
||||||
|
|
||||||
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||||
|
|
||||||
|
COMMENT= 'SQLite drivers for the Perl DBI'
|
||||||
|
|
||||||
|
DISTNAME= DBD-SQLite-0.31
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
CATEGORIES= databases perl5
|
||||||
|
|
||||||
|
MAINTAINER= Robert Nagy <thuglife@bsd.hu>
|
||||||
|
|
||||||
|
# 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= :sqlite->=2.8.12:databases/sqlite
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= perl
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
databases/p5-DBD-SQLite/distinfo
Normal file
3
databases/p5-DBD-SQLite/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (DBD-SQLite-0.31.tar.gz) = 4aa99c39104b7cd39129aec548e7d3e4
|
||||||
|
RMD160 (DBD-SQLite-0.31.tar.gz) = 283b4513727394fb8001ca4b4c41e017317b391c
|
||||||
|
SHA1 (DBD-SQLite-0.31.tar.gz) = f880a6bc672af98ee2e6272c81b874a7d850bd55
|
12
databases/p5-DBD-SQLite/patches/patch-Makefile_PL
Normal file
12
databases/p5-DBD-SQLite/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
|
||||||
|
--- Makefile.PL.orig 2004-01-06 09:07:49.000000000 +0100
|
||||||
|
+++ Makefile.PL 2004-04-08 22:30:09.000000000 +0200
|
||||||
|
@@ -13,7 +13,7 @@ WriteMakefile(
|
||||||
|
'PREREQ_PM' => {DBI => 1.21}, # e.g., Module::Name => 1.1
|
||||||
|
'OBJECT' => '$(O_FILES)',
|
||||||
|
'INC' => '-I$(DBI_INSTARCH_DIR)',
|
||||||
|
- 'OPTIMIZE' => "-O6 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
|
||||||
|
+ 'OPTIMIZE' => "-O2 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
|
||||||
|
'clean' => { FILES => 'SQLite.xsi config.h' },
|
||||||
|
);
|
||||||
|
|
7
databases/p5-DBD-SQLite/pkg/DESCR
Normal file
7
databases/p5-DBD-SQLite/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
DBD::SQLite is the Perl5 Database Interface driver for the SQLite
|
||||||
|
database.
|
||||||
|
|
||||||
|
In other words: DBD::SQLite is an interface between the Perl
|
||||||
|
programming language and the SQLite programming API that comes with
|
||||||
|
the SQLite Embeddable database management system. Most functions
|
||||||
|
provided by the respective programming API's are supported.
|
9
databases/p5-DBD-SQLite/pkg/PLIST
Normal file
9
databases/p5-DBD-SQLite/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
|
||||||
|
${P5ARCH}/DBD/SQLite.pm
|
||||||
|
@comment ${P5ARCH}/DBD/getsqlite.pl
|
||||||
|
@comment ${P5ARCH}/auto/DBD/SQLite/.packlist
|
||||||
|
${P5ARCH}/auto/DBD/SQLite/SQLite.bs
|
||||||
|
${P5ARCH}/auto/DBD/SQLite/SQLite.so
|
||||||
|
man/man3p/DBD::SQLite.3p
|
||||||
|
@dirrm ${P5ARCH}/auto/DBD/SQLite
|
||||||
|
@dirrm ${P5ARCH}/auto/DBD
|
Loading…
Reference in New Issue
Block a user