diff options
author | gavan <gavan@pkgsrc.org> | 2006-06-03 11:45:56 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2006-06-03 11:45:56 +0000 |
commit | 017f85e4d52cf34b0123fc0dc131fac4832e902f (patch) | |
tree | 593e84ec66cd66ddecee1e358da7a73b7bcbea41 /databases/p5-DB_File-Lock/Makefile | |
parent | f0899877041ba1ceb14d35faf7cfe09126449a05 (diff) | |
download | pkgsrc-017f85e4d52cf34b0123fc0dc131fac4832e902f.tar.gz |
Add p5-DB_File-Lock, version 0.05:
This module provides a wrapper for the DB_File module, adding locking.
When you need locking, simply use this module in place of DB_File and
add an extra argument onto the tie command specifying if the file should
be locked for reading or writing.
Diffstat (limited to 'databases/p5-DB_File-Lock/Makefile')
-rw-r--r-- | databases/p5-DB_File-Lock/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/p5-DB_File-Lock/Makefile b/databases/p5-DB_File-Lock/Makefile new file mode 100644 index 00000000000..3480ed4f241 --- /dev/null +++ b/databases/p5-DB_File-Lock/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2006/06/03 11:45:56 gavan Exp $ + +DISTNAME= DB_File-Lock-0.05 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5dbfl +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File-Lock/} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Perl5 module providing locking with flock wrapper for DB_File + +PERL5_PACKLIST= auto/DB_File/Lock/.packlist +DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |