Import MooseX::ChainedAccessors into devel/p5-MooseX-ChainedAccessors.

This module is required to update www/p5-HTML-FormFu.

MooseX::ChainedAccessors is a Moose Trait which allows for method
chaining on accessors by returning $self on write/set operations.
This commit is contained in:
hiramatsu 2011-11-13 09:34:36 +00:00
parent 28ce5ca8e5
commit fa9acbdeea
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,2 @@
MooseX::ChainedAccessors is a Moose Trait which allows for method
chaining on accessors by returning $self on write/set operations.

View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 09:34:36 hiramatsu Exp $
#
DISTNAME= MooseX-ChainedAccessors-0.02
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-ChainedAccessors/
COMMENT= Accessor class for chained accessors with Moose
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/ChainedAccessors/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/11/13 09:34:36 hiramatsu Exp $
SHA1 (MooseX-ChainedAccessors-0.02.tar.gz) = 6da42925ed38dc82c4f9be0f5d8154d937ab6d7e
RMD160 (MooseX-ChainedAccessors-0.02.tar.gz) = a8845954fd20855bce40be6ad91c6939d34ffad1
Size (MooseX-ChainedAccessors-0.02.tar.gz) = 13162 bytes