summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authormjl <mjl>2001-03-25 04:30:56 +0000
committermjl <mjl>2001-03-25 04:30:56 +0000
commit279c9aa5fa7c847fe802f386f2d336160ab669b9 (patch)
tree2329744d5ac092075f8683b131e840ea297bc08f /databases
parent791338d64af7e811cae4703a70619f4547b15caa (diff)
downloadpkgsrc-279c9aa5fa7c847fe802f386f2d336160ab669b9.tar.gz
Initial import of p5-DBIx-DataSource, a module that implements
create and drop functions for databases. Currently supported databases are MySQL and PostgreSQL.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Datasource/Makefile19
-rw-r--r--databases/p5-DBIx-Datasource/files/md53
-rw-r--r--databases/p5-DBIx-Datasource/pkg/DESCR5
-rw-r--r--databases/p5-DBIx-Datasource/pkg/PLIST1
4 files changed, 28 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Datasource/Makefile b/databases/p5-DBIx-Datasource/Makefile
new file mode 100644
index 00000000000..ac5271a4f63
--- /dev/null
+++ b/databases/p5-DBIx-Datasource/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/25 04:30:56 mjl Exp $
+#
+
+DISTNAME= DBIx-DataSource-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.420.am/dbix-datasource
+COMMENT= create and drop functions for databases
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBIx/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBIx-Datasource/files/md5 b/databases/p5-DBIx-Datasource/files/md5
new file mode 100644
index 00000000000..8ad87d0fbf7
--- /dev/null
+++ b/databases/p5-DBIx-Datasource/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/25 04:30:56 mjl Exp $
+
+SHA1 (DBIx-DataSource-0.02.tar.gz) = 33a961507b8989ace245f0aeb508fc02c00140eb
diff --git a/databases/p5-DBIx-Datasource/pkg/DESCR b/databases/p5-DBIx-Datasource/pkg/DESCR
new file mode 100644
index 00000000000..c740a2fb21a
--- /dev/null
+++ b/databases/p5-DBIx-Datasource/pkg/DESCR
@@ -0,0 +1,5 @@
+This module implements create and drop functions for databases. It aims to
+provide a common interface to database creation and deletion regardless
+of the actual database being used.
+
+Currently supported databases are MySQL and PostgreSQL.
diff --git a/databases/p5-DBIx-Datasource/pkg/PLIST b/databases/p5-DBIx-Datasource/pkg/PLIST
new file mode 100644
index 00000000000..ac0eed4c99d
--- /dev/null
+++ b/databases/p5-DBIx-Datasource/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/25 04:30:56 mjl Exp $