summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
authormjl <mjl>2003-03-11 11:23:38 +0000
committermjl <mjl>2003-03-11 11:23:38 +0000
commit0bf544bdfe584c18d561686e28abf09c82cbd131 (patch)
tree5e172a04c923e16cfd5b947ae434ed3123759386 /databases/p5-DBD-SQLite
parent4d84b7de50514943de92c6aed6564b64e67122df (diff)
downloadpkgsrc-0bf544bdfe584c18d561686e28abf09c82cbd131.tar.gz
Initial import of p5-DBD-SQLite 0.25
SQLite is a public domain RDBMS database engine. p5-DBD-SQLite is the matching perl DBD module for accessing it.
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/DESCR7
-rw-r--r--databases/p5-DBD-SQLite/Makefile20
-rw-r--r--databases/p5-DBD-SQLite/PLIST1
-rw-r--r--databases/p5-DBD-SQLite/distinfo4
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