Upgrade to 1.25, and portlint.
This commit is contained in:
parent
d5106c8dd7
commit
f30cd04cad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10418
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (MLDBM-1.24.tar.gz) = 6b8c331ab4b571bd9048d255f15e8229
|
||||
MD5 (MLDBM-1.25.tar.gz) = cdb68207ace736ef49ce70ad7ad6f2f5
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue