958b83792a
If you tie a hash in read-only mode, this module puts a shared lock on the database file, copies it to a temporary file, unlocks the original database, and then ties the tempfile using DB_File. If you tie the hash in read-write mode, we put an exclusive lock on the database and tie it directly using DB_File.
17 lines
513 B
Makefile
17 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/03/03 09:55:58 jgoamakf Exp $
|
|
|
|
DISTNAME= Tie-DB_Lock-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/Tie-DB_Lock/
|
|
COMMENT= Ties hashes to databases using shared and exclusive locks
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Tie/DB_Lock/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|