diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-11 18:01:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-11 18:01:45 +0000 |
commit | 29514122102defd97f42b7d2ab8d65e212710f1a (patch) | |
tree | 1fd17d8a9778ecf53ae30a8e7e3e3008524783dc /databases/Makefile | |
parent | 809b9922c333f93606e2bf8b7f279b9d6f71593b (diff) | |
download | ports-29514122102defd97f42b7d2ab8d65e212710f1a.tar.gz ports-29514122102defd97f42b7d2ab8d65e212710f1a.zip |
- Add p5-DBIx-Admin-TableInfo 2.11
DBIx::Admin::TableInfo is a pure Perl module. It is a convenient wrapper around
all of these DBI methods:
- table_info()
- column_info()
- primary_key_info()
- foreign_key_info()
WWW: http://search.cpan.org/dist/DBIx-Admin-TableInfo/
Notes
Notes:
svn path=/head/; revision=347899
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 583da0ce8472..5b46b47da94e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -337,6 +337,7 @@ SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-Admin-CreateTable SUBDIR += p5-DBIx-Admin-DSNManager + SUBDIR += p5-DBIx-Admin-TableInfo SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class |