mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 2.01, assign maintainership to the submitter.
PR: 40328 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
b7a3d03a85
commit
0320604f9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62653
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= MLDBM
|
||||
PORTVERSION= 2.00
|
||||
PORTVERSION= 2.01
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= MLDBM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= erwin@lansing.dk
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
|
@ -1 +1 @@
|
||||
MD5 (MLDBM-2.00.tar.gz) = a8b85ac11fc3db0f549b02102209ec50
|
||||
MD5 (MLDBM-2.01.tar.gz) = 99550ae2cffbc0bb3eb0358631077c10
|
||||
|
@ -7,3 +7,5 @@ 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.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=MLDBM
|
||||
|
Loading…
Reference in New Issue
Block a user