diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-16 01:10:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-16 01:10:33 +0800 |
commit | 60b6c566c00d637668c6366fed95e538256356d9 (patch) | |
tree | 16392ab42363c179cb9f34de1f47c7f08a4aa014 /databases/Makefile | |
parent | 01555ba13839f85ae05fe6a7d3dcce5e526639a1 (diff) | |
download | freebsd-ports-gnome-60b6c566c00d637668c6366fed95e538256356d9.tar.gz freebsd-ports-gnome-60b6c566c00d637668c6366fed95e538256356d9.tar.zst freebsd-ports-gnome-60b6c566c00d637668c6366fed95e538256356d9.zip |
ORLite::Migrate is a light weight single class Database Schema Migration
enhancement for ORLite. It provides a simple implementation of schema
versioning within the SQLite database using the built-in user_version pragma
(which is set to zero by default).
WWW: http://search.cpan.org/dist/ORLite-Migrate/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e45e9ea13481..4acce69c714f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -340,6 +340,7 @@ SUBDIR += p5-Metadata SUBDIR += p5-Mysql SUBDIR += p5-Mysql-Diff + SUBDIR += p5-ORLite-Migrate SUBDIR += p5-Oryx SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-EasyDBI |