import p5-MooseX-LazyRequire
This module adds a lazy_required option to Moose attribute declarations.
This commit is contained in:
parent
e0a9f9cf1f
commit
eed432b542
21
devel/p5-MooseX-LazyRequire/Makefile
Normal file
21
devel/p5-MooseX-LazyRequire/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 09:40:54 jasper Exp $
|
||||||
|
|
||||||
|
COMMENT= required attributes which fail only when trying to use them
|
||||||
|
|
||||||
|
DISTNAME= MooseX-LazyRequire-0.04
|
||||||
|
|
||||||
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
# perl
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
|
|
||||||
|
RUN_DEPENDS= ::devel/p5-MooseX-Types \
|
||||||
|
::devel/p5-aliased \
|
||||||
|
::devel/p5-namespace-autoclean
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
devel/p5-MooseX-LazyRequire/distinfo
Normal file
5
devel/p5-MooseX-LazyRequire/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (MooseX-LazyRequire-0.04.tar.gz) = 1LcWecUK3flZaY+HajASjw==
|
||||||
|
RMD160 (MooseX-LazyRequire-0.04.tar.gz) = x7LhJ/5pLPSc1FnmRtA+FARYwK8=
|
||||||
|
SHA1 (MooseX-LazyRequire-0.04.tar.gz) = Jyt+Q+BO94t1P6WC7w5/u1BltxM=
|
||||||
|
SHA256 (MooseX-LazyRequire-0.04.tar.gz) = nPQ8Xbhra3KVR6+gD3152x6rC/YiuTwIaaSdTV8zjNE=
|
||||||
|
SIZE (MooseX-LazyRequire-0.04.tar.gz) = 9650
|
1
devel/p5-MooseX-LazyRequire/pkg/DESCR
Normal file
1
devel/p5-MooseX-LazyRequire/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
|||||||
|
This module adds a lazy_required option to Moose attribute declarations.
|
9
devel/p5-MooseX-LazyRequire/pkg/PLIST
Normal file
9
devel/p5-MooseX-LazyRequire/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/01/12 09:40:54 jasper Exp $
|
||||||
|
${P5SITE}/MooseX/LazyRequire/
|
||||||
|
${P5SITE}/MooseX/LazyRequire.pm
|
||||||
|
${P5SITE}/MooseX/LazyRequire/Meta/
|
||||||
|
${P5SITE}/MooseX/LazyRequire/Meta/Attribute/
|
||||||
|
${P5SITE}/MooseX/LazyRequire/Meta/Attribute/Trait/
|
||||||
|
${P5SITE}/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm
|
||||||
|
@man man/man3p/MooseX::LazyRequire.3p
|
||||||
|
@man man/man3p/MooseX::LazyRequire::Meta::Attribute::Trait::LazyRequire.3p
|
Loading…
Reference in New Issue
Block a user