PkgSrc import of perl 5 module MooseX::Emulate::Class::Accessor::Fast.
This module is a required dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime) to 5.800. This module attempts to emulate the behavior of Class::Accessor::Fast as accurately as possible using the Moose attribute system. The public API of Class::Accessor::Fast is wholly supported, but the private methods are not.
This commit is contained in:
parent
c5fa7f539f
commit
1fc460a947
3 changed files with 31 additions and 0 deletions
3
devel/p5-MooseX-Emulate-Class-Accessor-Fast/DESCR
Normal file
3
devel/p5-MooseX-Emulate-Class-Accessor-Fast/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module attempts to emulate the behavior of Class::Accessor::Fast as
|
||||
accurately as possible using the Moose attribute system. The public API of
|
||||
Class::Accessor::Fast is wholly supported, but the private methods are not.
|
23
devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile
Normal file
23
devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 16:05:11 sno Exp $
|
||||
|
||||
DISTNAME= MooseX-Emulate-Class-Accessor-Fast-0.00802
|
||||
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-Emulate-Class-Accessor-Fast/
|
||||
COMMENT= Emulate Class::Accessor::Fast behavior using Moose attributes
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
DEPENDS+= p5-Moose>=0.74:../../devel/p5-Moose
|
||||
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/MooseX/Emulate/Class/Accessor/Fast/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-MooseX-Emulate-Class-Accessor-Fast/distinfo
Normal file
5
devel/p5-MooseX-Emulate-Class-Accessor-Fast/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/04/29 16:05:11 sno Exp $
|
||||
|
||||
SHA1 (MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz) = b0a11a2bb3252ed1354d7c4850ca332f52bc5dcd
|
||||
RMD160 (MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz) = 6abccf435152491c391fbfe3466e7c01fd91d13d
|
||||
Size (MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz) = 20960 bytes
|
Loading…
Reference in a new issue