diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-22 14:31:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-22 14:31:57 +0000 |
commit | a51078f35395e1a9792aceef4b09e9c5db32f55a (patch) | |
tree | 1885a7a09cc9287f1d1656f8ba5e37abc016cfe4 /databases/Makefile | |
parent | 29b725543f41fcd57777d1b03d5256c23e3f4541 (diff) | |
download | ports-a51078f35395e1a9792aceef4b09e9c5db32f55a.tar.gz ports-a51078f35395e1a9792aceef4b09e9c5db32f55a.zip |
New port databases/p5-Class-DBI-SAK
By taking the busy work out of using Class::DBI as you see fit,
your code becomes more useful by size. Most of us end up using
at least a couple Class::DBI extensions in our programs, and
it's just a pain. Enter the Swiss Army Knife.
PR: 54748
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
Notes
Notes:
svn path=/head/; revision=85384
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 da00e6650d4c..640b85ece4b9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -83,6 +83,7 @@ SUBDIR += p5-Class-DBI SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-Pager + SUBDIR += p5-Class-DBI-SAK SUBDIR += p5-Data-Page SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel |