# $Id: Portfile,v 1.1 2006/02/16 19:40:40 mww Exp $

PortSystem 1.0

name		mysqlxx
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/
distname	mysql++-${version}
checksums	sha1 e5cf3c3cc46cd6b2cead943327aee934848e35b5
configure.args	--with-mysql=${prefix}
depends_lib	lib:libmysqlclient:mysql
