---
name: gdbm
version: 1.10
origin: databases/gdbm
comment: GNU database manager
arch: freebsd:9:x86:64
www: http://www.gnu.org/software/gdbm/
maintainer: johans@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 338508
desc: |
  The GNU dbm is a library of database functions that use extensible hashing
  and works similar to the standard UNIX dbm functions.  These routines are
  provided to a programmer needing to create and manipulate a hashed database.

  This library exists in the FreeBSD base collection, but the GNU version has
  added functionality that is sometimes useful.

  WWW: http://www.gnu.org/software/gdbm/
deps:
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- databases
shlibs_required:
- libgdbm.so.4
- libintl.so.9
- libiconv.so.3
shlibs_provided:
- libgdbm.so.4
options: {NLS: on, COMPAT: off}
