# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup DBM-Deep 2.0013 license {Artistic-1 GPL} 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 rmd160 5efc3a002d7a2ae0dcf826cf781b9ea9ff8c9828 \ sha256 63d1f55efb6fe1e22e7af79b9fed483c812005fe45ac9a644683b4fc7236d01c if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-warn depends_lib-append \ port:p${perl5.major}-dbi \ port:p${perl5.major}-dbd-sqlite supported_archs noarch perl5.use_module_build }