diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-04 14:05:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-04 14:05:12 +0000 |
commit | f30cd04cad3699d0d6f900ffa5a6075d019d3e91 (patch) | |
tree | 493bcf57fa3b0bb2bb8fdf1a3e6634b49d3e6570 /databases/p5-MLDBM | |
parent | d5106c8dd75f876c0eb0f9711170b465857173bd (diff) |
Notes
Diffstat (limited to 'databases/p5-MLDBM')
-rw-r--r-- | databases/p5-MLDBM/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-MLDBM/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-MLDBM/pkg-descr | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/databases/p5-MLDBM/Makefile b/databases/p5-MLDBM/Makefile index b335f65358b1..f3c2c8510958 100644 --- a/databases/p5-MLDBM/Makefile +++ b/databases/p5-MLDBM/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-MLDBM -# Version required: 1.24 +# Version required: 1.25 # Date created: December 3 1997 # Whom: ache@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1997/12/03 07:11:18 ache Exp $ +# $Id: Makefile,v 1.2 1997/12/03 14:02:07 ache Exp $ # -DISTNAME= MLDBM-1.24 -PKGNAME= p5-MLDBM-1.24 +DISTNAME= MLDBM-1.25 +PKGNAME= p5-MLDBM-1.25 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MLDBM diff --git a/databases/p5-MLDBM/distinfo b/databases/p5-MLDBM/distinfo index 25285a053d5b..b90017fc594e 100644 --- a/databases/p5-MLDBM/distinfo +++ b/databases/p5-MLDBM/distinfo @@ -1 +1 @@ -MD5 (MLDBM-1.24.tar.gz) = 6b8c331ab4b571bd9048d255f15e8229 +MD5 (MLDBM-1.25.tar.gz) = cdb68207ace736ef49ce70ad7ad6f2f5 diff --git a/databases/p5-MLDBM/pkg-descr b/databases/p5-MLDBM/pkg-descr index fbd22f1df17e..ca4456462ded 100644 --- a/databases/p5-MLDBM/pkg-descr +++ b/databases/p5-MLDBM/pkg-descr @@ -1,9 +1,9 @@ MLDBM - store multi-level hash structure in single level tied hash -This module, intended primarily for use with DBM packages, can serve as a -transparent interface to any TIEHASH package that must be used to -store arbitrary perl data, including nested references. - -It works by converting the values in the hash that are references, to their -string representation in perl syntax. When using a DBM database, it is this -string that gets stored. +This module, intended primarily for use with DBM packages, can serve as a +transparent interface to any TIEHASH package that must be used to +store arbitrary perl data, including nested references. + +It works by converting the values in the hash that are references, to their +string representation in perl syntax. When using a DBM database, it is this +string that gets stored. |