diff options
author | wen <wen@FreeBSD.org> | 2010-01-20 20:09:53 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-20 20:09:53 +0800 |
commit | d177513510e1820a10c1664610464ae49f7e1155 (patch) | |
tree | b6691eea09aeaed53243a21663573d9a6feb6305 /databases/Makefile | |
parent | 109664b0e5a00072fd4996d71054cde7c6700502 (diff) | |
download | freebsd-ports-gnome-d177513510e1820a10c1664610464ae49f7e1155.tar.gz freebsd-ports-gnome-d177513510e1820a10c1664610464ae49f7e1155.tar.zst freebsd-ports-gnome-d177513510e1820a10c1664610464ae49f7e1155.zip |
DBIx::VersionedDDL is a perl module to upgrade and downgrade database
schemas to a specified version.
WWW: http://search.cpan.org/dist/DBIx-VersionedDDL/
PR: ports/142175
Submitted by: Alan Snelson <Alan@Wave2.org>
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 5c9a7e35187a..98d8ea6d18ec 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -355,6 +355,7 @@ SUBDIR += p5-DBIx-Table SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-Tree + SUBDIR += p5-DBIx-VersionedDDL SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBM-Deep |