# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup		DBM-Deep 0.96
maintainers		nomaintainer
description		A pure perl persistent multi-level hash/array DBM

long_description \
	A unique flat-file database module, written in pure perl. True multi-level \
	hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() \
	interface, cross-platform FTPable files, and quite fast. Can handle \
	millions of keys and unlimited hash levels without significant slow-down. \
	Written from the ground-up in pure perl -- this is NOT a wrapper around a \
	C-based DBM.  

platforms		darwin

checksums		md5 d23a451aa70bb2159f9368bbd27b4ee5

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
