a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
21 lines
806 B
Makefile
21 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:38 wiz Exp $
|
|
|
|
DISTNAME= Catalyst-Plugin-Authentication-Store-RDBO-0.002
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= www databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Authentication::Store::RDBO
|
|
COMMENT= Authentication and authorization against a Rose::DB::Object
|
|
|
|
DEPENDS+= p5-Catalyst-Plugin-Authentication>=0:../../www/p5-Catalyst-Plugin-Authentication
|
|
DEPENDS+= p5-Rose-DB-Object>=0:../../databases/p5-Rose-DB-Object
|
|
DEPENDS+= p5-Set-Object>=0:../../devel/p5-Set-Object
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/Store/RDBO/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|