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.
25 lines
838 B
Makefile
25 lines
838 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:27 wiz Exp $
|
|
|
|
DISTNAME= DBIx-Class-Cursor-Cached-1.001002
|
|
PKGNAME= p5-${DISTNAME:S/00100/1./}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/
|
|
COMMENT= Cursor class with built-in caching support
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-DBIx-Class>=0.08124:../../databases/p5-DBIx-Class
|
|
DEPENDS+= p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite
|
|
DEPENDS+= p5-Carp-Clan>=6.0:../../devel/p5-Carp-Clan
|
|
|
|
BUILD_DEPENDS+= p5-Cache-Cache-[0-9]*:../../devel/p5-Cache-Cache
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/DBIx/Class/Cursor/Cached/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|