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.
22 lines
709 B
Makefile
22 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/05/29 23:35:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Ima-DBI-0.35
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
SVR4_PKGNAME= p5idi
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/P/PE/PERRIN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Ima-DBI/
|
|
COMMENT= Perl5 module for DB connection caching and organization
|
|
|
|
DEPENDS+= p5-DBI>=1.20:../../databases/p5-DBI
|
|
DEPENDS+= p5-DBIx-ContextualFetch>=1.00:../../databases/p5-DBIx-ContextualFetch
|
|
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
|
|
|
PERL5_PACKLIST= auto/Ima/DBI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|