diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-08 06:35:44 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-08 06:35:44 +0000 |
commit | 98412cbc7068c4bdd10dc9b1a66e7f0c9a1e1dc5 (patch) | |
tree | aab77e07f10506f672c63b3a0871fd33e03707dd /databases/Makefile | |
parent | - Add SSE support that is auto-detected from MACHINE_CPU:Msse (diff) |
Add p5-DBD-Pg-13 1.32, Provides access to PostgreSQL
databases through the DBI.
This is a port to provide DBD:Pg driver on FreeBSD
4.x with Perl 5.00505. So if you use Perl 5.6 or
lator, you should use databases/p5-DBD-Pg port.
Requsted by: Jun Watahiki <j-watahiki at ensure.jp>
Notes
Notes:
svn path=/head/; revision=134831
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 32728d2f4bf7..a9224eba374d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -162,6 +162,7 @@ SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg + SUBDIR += p5-DBD-Pg-13 SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-PgSPI SUBDIR += p5-DBD-RAM |