diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-11-09 19:07:57 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-11-09 19:07:57 +0000 |
commit | dca14b6b08f3740272e595bb04c52b41866c5d19 (patch) | |
tree | ed38c17b1b421d281a06877de06f8639467dc8af /databases/p5-GDBM/pkg-descr | |
parent | 4913ce0488d890f0e57b5cb12335a0b05db8c38f (diff) | |
download | FreeBSD-ports-dca14b6b08f3740272e595bb04c52b41866c5d19.zip FreeBSD-ports-dca14b6b08f3740272e595bb04c52b41866c5d19.tar.gz |
Add p5-GDBM port. Sort of a merge of my first cut at it and another
from eivind.
Diffstat (limited to 'databases/p5-GDBM/pkg-descr')
-rw-r--r-- | databases/p5-GDBM/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/p5-GDBM/pkg-descr b/databases/p5-GDBM/pkg-descr new file mode 100644 index 0000000..9fa0af2 --- /dev/null +++ b/databases/p5-GDBM/pkg-descr @@ -0,0 +1,6 @@ +GDBM_File is a perl module which allows Perl programs to make use of the +facilities provided by the GNU gdbm library. If you intend to use this +module you should really have a copy of the gdbm manualpage at hand. + +Most of the libgdbm.a functions are available through the GDBM_File +interface. |