diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-03-18 15:13:32 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-03-18 15:13:32 +0000 |
commit | a5d0eb60c420c5e7b3b8fd8da04ddb01cd1ef33a (patch) | |
tree | 265fc3107986e097663072296e70eac6e32e322b /databases/Makefile | |
parent | b2bba30078937b6ff03e02ef8d4f2a8350e7b20e (diff) |
Add p5-DBIx-MySQLSequence 1.00, proper and correct (emulated) sequence
support for MySQL.
Notes
Notes:
svn path=/head/; revision=157556
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 fbc2b03194e8..979d9ac9abb8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -216,6 +216,7 @@ SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Ease + SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SQLEngine |