7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
18 lines
567 B
Makefile
18 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:29 wiz Exp $
|
|
|
|
DISTNAME= DB_File-Lock-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
SVR4_PKGNAME= p5dfl
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File-Lock/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DB_File-Lock/
|
|
COMMENT= Perl5 module providing locking with flock wrapper for DB_File
|
|
|
|
PERL5_PACKLIST= auto/DB_File/Lock/.packlist
|
|
DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|