diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-31 06:47:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-31 06:47:53 +0800 |
commit | 0017b697ad61ab7c650246e5173724ab097fe9b3 (patch) | |
tree | 918c29dd745a45ee1c0d55c5cf328ee985248856 /databases/Makefile | |
parent | 807ca753da51c49f1fe7c80e32a2a8f751c3f23d (diff) | |
download | freebsd-ports-gnome-0017b697ad61ab7c650246e5173724ab097fe9b3.tar.gz freebsd-ports-gnome-0017b697ad61ab7c650246e5173724ab097fe9b3.tar.zst freebsd-ports-gnome-0017b697ad61ab7c650246e5173724ab097fe9b3.zip |
This module allows you to handle column encodings
WWW: http://search.cpan.org/perldoc?DBIx::Class::EncodeColumns
PR: ports/123943
Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
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 0abf6f28cb37..df51c9e00acd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -258,6 +258,7 @@ SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class SUBDIR += p5-DBIx-Class-DigestColumns + SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-UUIDColumns |