aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-15 17:10:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-15 17:10:33 +0000
commit8e4871b7715fec786c17b264b172326c9f7142eb (patch)
treeba84ae5665a048b67cb012cdd02e410f4a69db5a /databases/Makefile
parent959ae461e488427dba0bbbadd274be0a2dec45af (diff)
downloadports-8e4871b7715fec786c17b264b172326c9f7142eb.tar.gz
ports-8e4871b7715fec786c17b264b172326c9f7142eb.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>
Notes
Notes: svn path=/head/; revision=230130
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
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