diff options
author | seb <seb@pkgsrc.org> | 2009-03-22 15:08:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-03-22 15:08:35 +0000 |
commit | 67925b7ef348ff85ebf111090dae5533bcba2b62 (patch) | |
tree | 591f4b9580ecf18bb4e358a393386d4333f6bd03 /devel | |
parent | b19faca89337b557589340b53923ab399490408c (diff) | |
download | pkgsrc-67925b7ef348ff85ebf111090dae5533bcba2b62.tar.gz |
Initial import of p5-Moose-Autobox version 0.09 in the NetBSD
Packages Collection.
The Perl 5 module Moose::Autobox provides an implementation of
SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using
a hierarchy of roles in a manner similar to what Perl 6 might do.
This module, like Class::MOP and Moose, was inspired by my work on
the Perl 6 Object Space, and the 'core types' implemented there.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Moose-Autobox/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-Moose-Autobox/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Moose-Autobox/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Moose-Autobox/DESCR b/devel/p5-Moose-Autobox/DESCR new file mode 100644 index 00000000000..83743699883 --- /dev/null +++ b/devel/p5-Moose-Autobox/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module Moose::Autobox provides an implementation of +SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using +a hierarchy of roles in a manner similar to what Perl 6 might do. +This module, like Class::MOP and Moose, was inspired by my work on +the Perl 6 Object Space, and the 'core types' implemented there. diff --git a/devel/p5-Moose-Autobox/Makefile b/devel/p5-Moose-Autobox/Makefile new file mode 100644 index 00000000000..fd2f39e0cf2 --- /dev/null +++ b/devel/p5-Moose-Autobox/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 15:08:35 seb Exp $ +# + +DISTNAME= Moose-Autobox-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Moose-Autobox/ +COMMENT= Perl 5 module providing autoboxed wrappers for native datatypes + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Moose/Autobox/.packlist + +DEPENDS+= p5-autobox>=2.23:../../devel/p5-autobox +DEPENDS+= p5-Moose>=0.42:../../devel/p5-Moose +DEPENDS+= p5-Perl6-Junction>=1.40000:../../devel/p5-Perl6-Junction +BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Moose-Autobox/distinfo b/devel/p5-Moose-Autobox/distinfo new file mode 100644 index 00000000000..831404331b4 --- /dev/null +++ b/devel/p5-Moose-Autobox/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/03/22 15:08:35 seb Exp $ + +SHA1 (Moose-Autobox-0.09.tar.gz) = 9a2f8d71777f06b846da61988398d75153846bbd +RMD160 (Moose-Autobox-0.09.tar.gz) = 97c7a8c9555e12c5be082d73ae363472997a8e43 +Size (Moose-Autobox-0.09.tar.gz) = 26277 bytes |