# $Id: Portfile,v 1.1 2005/05/25 18:08:11 olegb Exp $ PortSystem 1.0 name mysql++ version 1.7.35 categories databases maintainers kayos@genetikayos.com platforms darwin freebsd description C++ wrapper for MySQL's C API long_description 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. homepage http://tangentsoft.net/mysql++/ master_sites http://tangentsoft.net/mysql++/releases checksums md5 c0c8049ad9551813eadd84d874aba151 configure.args --with-mysql=${prefix} depends_lib lib:libmysqlclient:mysql