Initial import of p5-MLDBM, a Perl module store multidimensional

hash structures in tied hashes.
This commit is contained in:
mjl 2001-03-25 05:14:28 +00:00
parent 6348fc542e
commit b4f49ae638
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/03/25 05:14:28 mjl Exp $
#
DISTNAME= MLDBM-2.00
PKGNAME= p5-MLDBM-2.0
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= pkgsrc@netbsd.org
COMMENT= Perl module store multidimensional hash structures in tied hashes
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MLDBM/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2001/03/25 05:14:28 mjl Exp $
SHA1 (MLDBM-2.00.tar.gz) = f9b500c872b2e639c1e9818b05a95f2deeaf6d16

View file

@ -0,0 +1,2 @@
MLDBM is a Perl module that can be used to store multidimensional
hash structures in tied hashes (including DBM files).

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/25 05:14:28 mjl Exp $