summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-12-14 03:12:16 +0000
committerhiramatsu <hiramatsu>2011-12-14 03:12:16 +0000
commit4e4d571e24109f241d89e85f63b16ecf73def8a9 (patch)
treef590216e790a11df6185c9d5eb7dca35be489e92
parenta4a79a6f44727092e1f8d4ed1d239f699f852f28 (diff)
downloadpkgsrc-4e4d571e24109f241d89e85f63b16ecf73def8a9.tar.gz
Import MooseX::CompileTime::Traits into devel/p5-MooseX-CompileTime-Traits,
which is required to update www/p5-POE-Component-Server-PSGI. MooseX::CompileTime::Traits allows role application at compile time via use statements. What this class does is provide an import method that will apply each of the roles (along with any arguments for parameterized roles).
-rw-r--r--devel/p5-MooseX-CompileTime-Traits/DESCR3
-rw-r--r--devel/p5-MooseX-CompileTime-Traits/Makefile23
-rw-r--r--devel/p5-MooseX-CompileTime-Traits/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-MooseX-CompileTime-Traits/DESCR b/devel/p5-MooseX-CompileTime-Traits/DESCR
new file mode 100644
index 00000000000..0bcf39acbf0
--- /dev/null
+++ b/devel/p5-MooseX-CompileTime-Traits/DESCR
@@ -0,0 +1,3 @@
+MooseX::CompileTime::Traits allows role application at compile time via use
+statements. What this class does is provide an import method that will apply
+each of the roles (along with any arguments for parameterized roles).
diff --git a/devel/p5-MooseX-CompileTime-Traits/Makefile b/devel/p5-MooseX-CompileTime-Traits/Makefile
new file mode 100644
index 00000000000..61262ed7afe
--- /dev/null
+++ b/devel/p5-MooseX-CompileTime-Traits/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/14 03:12:16 hiramatsu Exp $
+#
+
+DISTNAME= MooseX-CompileTime-Traits-1.102570
+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-CompileTime-Traits/
+COMMENT= Allow compile time traits for classes/roles
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-Declare-[0-9]*:../../devel/p5-MooseX-Declare
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/MooseX/CompileTime/Traits/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-MooseX-CompileTime-Traits/distinfo b/devel/p5-MooseX-CompileTime-Traits/distinfo
new file mode 100644
index 00000000000..0620c3c1170
--- /dev/null
+++ b/devel/p5-MooseX-CompileTime-Traits/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/12/14 03:12:16 hiramatsu Exp $
+
+SHA1 (MooseX-CompileTime-Traits-1.102570.tar.gz) = 4b9e5edca076255a19b17f72b0c5368913d3ead0
+RMD160 (MooseX-CompileTime-Traits-1.102570.tar.gz) = 49e0ddc01d83371a4c8dbd20f12d27999f5c85cb
+Size (MooseX-CompileTime-Traits-1.102570.tar.gz) = 9931 bytes