diff options
author | seb <seb@pkgsrc.org> | 2009-12-06 15:38:47 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-12-06 15:38:47 +0000 |
commit | 12c1f09f190a6e202e9ed8fe918cdee9e3764043 (patch) | |
tree | 315f02e71c951f1f299919c4eeec2522afa5d442 /databases | |
parent | 4b8ddb54d3556d4b887a801c9971830c42f2a85a (diff) | |
download | pkgsrc-12c1f09f190a6e202e9ed8fe918cdee9e3764043.tar.gz |
Initial import of p5-ORLite-Migrate version 1.05 in the NetBSD
Packages Collection.
The Perl 5 module ORLite::Migrate is a light weight single class
Database Schema Migration enhancement for the module ORLite. It
provides a simple implementation of schema versioning within the
SQLite database.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-ORLite-Migrate/DESCR | 4 | ||||
-rw-r--r-- | databases/p5-ORLite-Migrate/Makefile | 31 | ||||
-rw-r--r-- | databases/p5-ORLite-Migrate/distinfo | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/databases/p5-ORLite-Migrate/DESCR b/databases/p5-ORLite-Migrate/DESCR new file mode 100644 index 00000000000..642e00e2e12 --- /dev/null +++ b/databases/p5-ORLite-Migrate/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module ORLite::Migrate is a light weight single class +Database Schema Migration enhancement for the module ORLite. It +provides a simple implementation of schema versioning within the +SQLite database. diff --git a/databases/p5-ORLite-Migrate/Makefile b/databases/p5-ORLite-Migrate/Makefile new file mode 100644 index 00000000000..0c6566b249d --- /dev/null +++ b/databases/p5-ORLite-Migrate/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/06 15:38:47 seb Exp $ + +DISTNAME= ORLite-Migrate-1.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/ORLite-Migrate/ +COMMENT= Perl 5 extremely light weight SQLite-specific schema migration +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-DBD-SQLite>=1.21:../../databases/p5-DBD-SQLite +# The minimum version required for PathTools is really 3.2701 +DEPENDS+= p5-PathTools>=3.29:../../devel/p5-PathTools +DEPENDS+= p5-File-pushd>=1.00:../../devel/p5-File-pushd +DEPENDS+= p5-IPC-Run3>=0.042:../../devel/p5-IPC-Run3 +DEPENDS+= p5-ORLite>=1.28:../../databases/p5-ORLite +DEPENDS+= p5-Params-Util>=0.37:../../devel/p5-Params-Util +DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl + +BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.58 + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ORLite/Migrate/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../databases/p5-DBI/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-ORLite-Migrate/distinfo b/databases/p5-ORLite-Migrate/distinfo new file mode 100644 index 00000000000..3ecafc08211 --- /dev/null +++ b/databases/p5-ORLite-Migrate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/06 15:38:47 seb Exp $ + +SHA1 (ORLite-Migrate-1.05.tar.gz) = 7021ac853860d07ae2df3a72243b002d3dd88adf +RMD160 (ORLite-Migrate-1.05.tar.gz) = bc02a0c7ef7403a2ac1a0b69528b85c6019e83a6 +Size (ORLite-Migrate-1.05.tar.gz) = 29204 bytes |