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.
This commit is contained in:
parent
b4ac8b5f8f
commit
3899bf3e04
3 changed files with 40 additions and 0 deletions
4
databases/p5-ORLite-Migrate/DESCR
Normal file
4
databases/p5-ORLite-Migrate/DESCR
Normal file
|
@ -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.
|
31
databases/p5-ORLite-Migrate/Makefile
Normal file
31
databases/p5-ORLite-Migrate/Makefile
Normal file
|
@ -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"
|
5
databases/p5-ORLite-Migrate/distinfo
Normal file
5
databases/p5-ORLite-Migrate/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue