diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-25 04:30:56 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-25 04:30:56 +0000 |
commit | c37ae28b9797e8267b1f833272147d3d2550409b (patch) | |
tree | 2329744d5ac092075f8683b131e840ea297bc08f /databases | |
parent | f540c98dffabd6aaf1e5623c9aaed72cc0a56381 (diff) | |
download | pkgsrc-c37ae28b9797e8267b1f833272147d3d2550409b.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/Makefile | 19 | ||||
-rw-r--r-- | databases/p5-DBIx-Datasource/files/md5 | 3 | ||||
-rw-r--r-- | databases/p5-DBIx-Datasource/pkg/DESCR | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-Datasource/pkg/PLIST | 1 |
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 $ |