summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-InsideOut
diff options
context:
space:
mode:
authorseb <seb>2009-04-20 19:40:56 +0000
committerseb <seb>2009-04-20 19:40:56 +0000
commit8640fbd33db6ee66c95da9e1e80319054d04472f (patch)
tree328ecddab14626d7c95daf3c3a245d8914c6fcf7 /devel/p5-MooseX-InsideOut
parent1d2f8cb0582d0b3dc1b00503bb416943d2f00b01 (diff)
downloadpkgsrc-8640fbd33db6ee66c95da9e1e80319054d04472f.tar.gz
Initial import of p5-MooseX-InsideOut version 0.102 in the NetBSD
Packages Collection. The Perl 5 module MooseX::InsideOut provides metaroles for inside-out objects. That is, it sets up attribute slot storage somewhere other than inside $self. This means that you can extend non-Moose classes, whose internals you either don't want to care about or aren't hash-based.
Diffstat (limited to 'devel/p5-MooseX-InsideOut')
-rw-r--r--devel/p5-MooseX-InsideOut/DESCR5
-rw-r--r--devel/p5-MooseX-InsideOut/Makefile25
-rw-r--r--devel/p5-MooseX-InsideOut/distinfo5
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-MooseX-InsideOut/DESCR b/devel/p5-MooseX-InsideOut/DESCR
new file mode 100644
index 00000000000..8c6178ae1ab
--- /dev/null
+++ b/devel/p5-MooseX-InsideOut/DESCR
@@ -0,0 +1,5 @@
+The Perl 5 module MooseX::InsideOut provides metaroles for inside-out
+objects. That is, it sets up attribute slot storage somewhere other
+than inside $self. This means that you can extend non-Moose classes,
+whose internals you either don't want to care about or aren't
+hash-based.
diff --git a/devel/p5-MooseX-InsideOut/Makefile b/devel/p5-MooseX-InsideOut/Makefile
new file mode 100644
index 00000000000..aaf779da199
--- /dev/null
+++ b/devel/p5-MooseX-InsideOut/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/20 19:40:56 seb Exp $
+#
+
+DISTNAME= MooseX-InsideOut-0.102
+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-InsideOut/
+COMMENT= Perl 5 module providing inside-out objects with Moose
+#LICENSE= artistic OR gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/MooseX/InsideOut/.packlist
+
+DEPENDS+= p5-Class-MOP>=0.80:../../devel/p5-Class-MOP
+DEPENDS+= p5-Hash-Util-FieldHash-Compat-[0-9]*:../../devel/p5-Hash-Util-FieldHash-Compat
+DEPENDS+= p5-Moose>=0.73:../../devel/p5-Moose
+DEPENDS+= p5-namespace-clean>=0.11:../../devel/p5-namespace-clean
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-MooseX-InsideOut/distinfo b/devel/p5-MooseX-InsideOut/distinfo
new file mode 100644
index 00000000000..508bb34e9fc
--- /dev/null
+++ b/devel/p5-MooseX-InsideOut/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/20 19:40:56 seb Exp $
+
+SHA1 (MooseX-InsideOut-0.102.tar.gz) = 47335207e5cd3916a098b1b403edc37115b579a7
+RMD160 (MooseX-InsideOut-0.102.tar.gz) = 4be9b8951305495ab0262df07c26c8281af8131f
+Size (MooseX-InsideOut-0.102.tar.gz) = 10553 bytes