summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-07-29 23:12:20 +0000
committerseb <seb@pkgsrc.org>2009-07-29 23:12:20 +0000
commit0eeb66c28600d78f3a238e5f24dced45115ba8d3 (patch)
tree806b528ba805154a62f7049d45a9ffe51f102555
parent270d09cd7c0ee89d4b09ca03f31103d217cf8f47 (diff)
downloadpkgsrc-0eeb66c28600d78f3a238e5f24dced45115ba8d3.tar.gz
Initial import of p5-MooseX-Types-Structured version 0.16 in the
NetBSD Packages Collection. The Perl 5 module MooseX::Types::Structured provides structured type constraints for Moose. A structured type constraint is a standard container Moose type constraint, such as an ArrayRef or HashRef, which has been enhanced to allow you to explicitly name all the allowed type constraints inside the structure.
-rw-r--r--devel/p5-MooseX-Types-Structured/DESCR5
-rw-r--r--devel/p5-MooseX-Types-Structured/Makefile30
-rw-r--r--devel/p5-MooseX-Types-Structured/distinfo5
3 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-MooseX-Types-Structured/DESCR b/devel/p5-MooseX-Types-Structured/DESCR
new file mode 100644
index 00000000000..2a31a68f24e
--- /dev/null
+++ b/devel/p5-MooseX-Types-Structured/DESCR
@@ -0,0 +1,5 @@
+The Perl 5 module MooseX::Types::Structured provides structured
+type constraints for Moose. A structured type constraint is a
+standard container Moose type constraint, such as an ArrayRef or
+HashRef, which has been enhanced to allow you to explicitly name
+all the allowed type constraints inside the structure.
diff --git a/devel/p5-MooseX-Types-Structured/Makefile b/devel/p5-MooseX-Types-Structured/Makefile
new file mode 100644
index 00000000000..67097894f61
--- /dev/null
+++ b/devel/p5-MooseX-Types-Structured/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/29 23:12:20 seb Exp $
+#
+
+DISTNAME= MooseX-Types-Structured-0.16
+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-Types-Structured/
+COMMENT= Perl 5 module providing structured type constraints for Moose
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Devel-PartialDump>=0.07:../../devel/p5-Devel-PartialDump
+DEPENDS+= p5-Moose>=0.63:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-Types>=0.08:../../devel/p5-MooseX-Types
+DEPENDS+= p5-Sub-Exporter>=0.982:../../devel/p5-Sub-Exporter
+
+# For test target
+BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_MODULE_TYPE= Module::Install
+PERL5_PACKLIST= auto/MooseX/Types/Structured/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-MooseX-Types-Structured/distinfo b/devel/p5-MooseX-Types-Structured/distinfo
new file mode 100644
index 00000000000..9bbb5a0a182
--- /dev/null
+++ b/devel/p5-MooseX-Types-Structured/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/29 23:12:20 seb Exp $
+
+SHA1 (MooseX-Types-Structured-0.16.tar.gz) = 8bc5703a854ae21c6dd877063cd596a33eae2046
+RMD160 (MooseX-Types-Structured-0.16.tar.gz) = 79f7ee493b574d41c469d11e406c6508e6fbadf4
+Size (MooseX-Types-Structured-0.16.tar.gz) = 48367 bytes