# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 92837 2012-05-09 00:51:48Z ryandesign@macports.org $

PortSystem 1.0

name			dbtool
version			1.7
revision		2
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           rmd160  d72b8eb8475b7ad67bef91d7494643f466f80e32 \
                    sha256  90e813b57f4d5f3714c3c54c95982b3fc9c1f6b011cade19e101045eb3f1e7a9

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

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

use_autoreconf	yes
