View | Details | Raw Unified | Return to bug 40328
Collapse All | Expand All

(-)p5-MLDBM/Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	MLDBM
8
PORTNAME=	MLDBM
9
PORTVERSION=	2.00
9
PORTVERSION=	2.01
10
CATEGORIES=	databases perl5
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	MLDBM
12
MASTER_SITE_SUBDIR=	MLDBM
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	erwin@lansing.dk
16
16
17
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
17
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
18
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
18
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
(-)p5-MLDBM/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (MLDBM-2.00.tar.gz) = a8b85ac11fc3db0f549b02102209ec50
1
MD5 (MLDBM-2.01.tar.gz) = 99550ae2cffbc0bb3eb0358631077c10
(-)p5-MLDBM/pkg-descr (+2 lines)
Lines 7-9 Link Here
7
It works by converting the values in the hash that are references, to their
7
It works by converting the values in the hash that are references, to their
8
string representation in perl syntax.  When using a DBM database, it is this
8
string representation in perl syntax.  When using a DBM database, it is this
9
string that gets stored.
9
string that gets stored.
10
11
WWW: http://search.cpan.org/search?dist=MLDBM

Return to bug 40328