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.