Adding license and PERL5_MODULE_TYPE to avoid AutoInstall tries installing
from CPAN.
This commit is contained in:
parent
4ff4224bf7
commit
b8fc61ee96
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2009/09/24 06:50:18 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/01/27 08:47:25 sno Exp $
|
||||
|
||||
DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1082
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -9,13 +9,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|||
MAINTAINER= rhaen@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/
|
||||
COMMENT= Storage class for Catalyst Authentication using DBIx::Class
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Catalyst-Model-DBIC-Schema>=0.18:../../databases/p5-Catalyst-Model-DBIC-Schema
|
||||
DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10008:../../www/p5-Catalyst-Plugin-Authentication
|
||||
DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
|
||||
DEPENDS+= p5-Catalyst-Runtime-[0-9]*:../../www/p5-Catalyst-Runtime
|
||||
DEPENDS+= p5-DBIx-Class>=0:../../databases/p5-DBIx-Class
|
||||
|
||||
PERL5_PACKLIST= auto/Catalyst/Authentication/Store/DBIx/Class/.packlist
|
||||
PERL5_PACKLIST= auto/Catalyst/Authentication/Store/DBIx/Class/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
Loading…
Reference in a new issue