Importing package for p5 module MooseX::LazyRequire as dependency of
scheduled update of MooseX::Method::Signatures. This module adds a lazy_required option to Moose attribute declarations. The reader methods for all attributes with that option will throw an exception unless a value for the attributes was provided earlier by a constructor parameter or through a writer method.
This commit is contained in:
parent
60b3180f4c
commit
3f5bb6bc94
3 changed files with 37 additions and 0 deletions
5
devel/p5-MooseX-LazyRequire/DESCR
Normal file
5
devel/p5-MooseX-LazyRequire/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module adds a lazy_required option to Moose attribute declarations.
|
||||
|
||||
The reader methods for all attributes with that option will throw an
|
||||
exception unless a value for the attributes was provided earlier by a
|
||||
constructor parameter or through a writer method.
|
27
devel/p5-MooseX-LazyRequire/Makefile
Normal file
27
devel/p5-MooseX-LazyRequire/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 08:21:02 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-LazyRequire-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/MooseX-LazyRequire/
|
||||
COMMENT= Required attributes which fail only when trying to use them
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
||||
DEPENDS+= p5-aliased>=0.30:../../devel/p5-aliased
|
||||
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/MooseX/LazyRequire/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-MooseX-LazyRequire/distinfo
Normal file
5
devel/p5-MooseX-LazyRequire/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/08/19 08:21:02 sno Exp $
|
||||
|
||||
SHA1 (MooseX-LazyRequire-0.03.tar.gz) = 8288a75f15d48abf5c8c4d582af251930a6e9d19
|
||||
RMD160 (MooseX-LazyRequire-0.03.tar.gz) = 74d64ef824af70c412552455ab74719f3840db17
|
||||
Size (MooseX-LazyRequire-0.03.tar.gz) = 9585 bytes
|
Loading…
Reference in a new issue