diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-04-05 19:54:42 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-04-05 19:54:42 +0800 |
commit | 8aa05d069412a2110c50986725812f9a22fcf027 (patch) | |
tree | 56c8d963d8143f916c186a38271d77340946f763 /databases/Makefile | |
parent | 21294074964c890ed1ec440d0161c918246e9763 (diff) | |
download | freebsd-ports-gnome-8aa05d069412a2110c50986725812f9a22fcf027.tar.gz freebsd-ports-gnome-8aa05d069412a2110c50986725812f9a22fcf027.tar.zst freebsd-ports-gnome-8aa05d069412a2110c50986725812f9a22fcf027.zip |
MySQL++ is a C++ wrapper for MySQL's C API.
It is built around STL principles, to make dealing with
the database as easy as dealing with an STL container.
This port contains the version 3 of the library; see databases/mysql++ and
databases/mysql++1 for the older versions.
WWW: http://tangentsoft.net/mysql++/
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 6d034e370c52..0b94de8937a9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -144,6 +144,7 @@ SUBDIR += mylibrary SUBDIR += mysql++ SUBDIR += mysql++1 + SUBDIR += mysql++3 SUBDIR += mysql-connector-java SUBDIR += mysql-connector-java50 SUBDIR += mysql-connector-odbc |