# $Id: Portfile 65362 2010-03-25 18:37:12Z ryandesign@macports.org $

PortSystem 1.0

name			dbtool
version			1.7
categories		databases
platforms		darwin
maintainers		nomaintainer
description		Store and retrieve data in a key/value format in a hash database
long_description	dbtool can be used to store and retrieve data in a \
					key/value format in a hash database. Perl compatible \
					regular expressions are supported both for storing and \
					retrieving of data. It's main advantages are the ability \
					to maintain huge amounts of data and speed. It also \
					supports encrypted databases using the RIJNDAEL cipher \
					algorithm.

homepage		http://www.daemon.de/DBTOOL
master_sites	http://www.daemon.de/idisk/Apps/dbtool/

checksums		md5     f33106e3fc1c30f59f6f6cc2f313e280 \
				sha1    9a7a62946fef6dcdaf1c2e880ee4fbd93e1787c4 \
				rmd160  d72b8eb8475b7ad67bef91d7494643f466f80e32

depends_lib		port:gdbm \
				port:pcre
depends_run		bin:bash:bash

configure.env	LIBS=-L${prefix}/lib

use_autoreconf	yes
