diff options
-rw-r--r-- | databases/p5-DBD-SQLite/DESCR | 7 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 20 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/databases/p5-DBD-SQLite/DESCR b/databases/p5-DBD-SQLite/DESCR new file mode 100644 index 00000000000..a24f669f840 --- /dev/null +++ b/databases/p5-DBD-SQLite/DESCR @@ -0,0 +1,7 @@ +SQLite is a public domain RDBMS database engine. + +Rather than ask you to install SQLite first, because SQLite is +public domain, DBD::SQLite includes the entire thing in the +distribution. So in order to get a fast transaction capable RDBMS +working for your perl project you simply have to install this module, +and nothing else. diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile new file mode 100644 index 00000000000..208a6031618 --- /dev/null +++ b/databases/p5-DBD-SQLite/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/11 11:23:38 mjl Exp $ +# + +VER= 0.25 +DISTNAME= DBD-SQLite-${VER} +PKGNAME= p5-${DISTNAME} +# PKGREVISION= 3 +SVR4_PKGNAME= p5dsl +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSERGEANT/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl DBI/DBD driver for sqlite databases + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/SQLite/.packlist + +.include "../../databases/p5-DBI/buildlink2.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-SQLite/PLIST b/databases/p5-DBD-SQLite/PLIST new file mode 100644 index 00000000000..a13ef8f5004 --- /dev/null +++ b/databases/p5-DBD-SQLite/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/11 11:23:38 mjl Exp $ diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo new file mode 100644 index 00000000000..48896c3b84f --- /dev/null +++ b/databases/p5-DBD-SQLite/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/11 11:23:38 mjl Exp $ + +SHA1 (DBD-SQLite-0.25.tar.gz) = fca282a32f967b4c163d7c85e5978d918ca9640d +Size (DBD-SQLite-0.25.tar.gz) = 308644 bytes |