pkgsrc/databases/p5-MLDBM-Sync/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:07 jlam Exp $
DISTNAME= MLDBM-Sync-0.15
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5msy
PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MLDBM/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 module for safe concurrent access to MLDBM databases
DEPENDS+= p5-MLDBM-[0-9]*:../../databases/p5-MLDBM
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
PERL5_PACKLIST= auto/MLDBM/Sync/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"