summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 01:57:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 01:57:07 +0000
commit7ada3a8cf048ce12f34cb5cda0af38b655d781b6 (patch)
tree580d928b8600d41af2af40e8d74fa915945aac89 /databases/Makefile
parentUpdate port: www/p5-HTML-Mason to latest 1.18 version (diff)
New Port: p5-DBIx-Browse v2.09
The purpose of DBIx::Browse is to handle the browsing of relational tables. DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and INSERTs from the desired "human view" to the values needed for the ta- ble. This is the case when you have related tables (1 to n) where the detail table has a reference (FOREIGN KEY) to a generic table (i.e. Customers and Bills) with some index (tipically an integer). PR: ports/47624 Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
Notes
Notes: svn path=/head/; revision=74723
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index ab7b5c642af7..9e2786092172 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -91,6 +91,7 @@
SUBDIR += p5-DBI
SUBDIR += p5-DBIWrapper
SUBDIR += p5-DBIx-AnyDBD
+ SUBDIR += p5-DBIx-Browse
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource
SUBDIR += p5-DBIx-Password