diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-21 14:35:51 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-21 14:35:51 +0000 |
commit | 906b1d4f60db0f70c73c67a2d89559db8e5c2fbc (patch) | |
tree | cba985fc5e6c4ac3804b3fd94af034f75af7f314 /devel/p5-Moo | |
parent | 0aa10147c9ecdd441c7c6ba4fa22e8d2d9dce0e3 (diff) | |
download | pkgsrc-906b1d4f60db0f70c73c67a2d89559db8e5c2fbc.tar.gz |
Import Moo into devel/p5-Moo, which is required to update
databases/p5-SQL-Translator.
This module is an extremely light-weight, high-performance Moose
replacement. It also avoids depending on any XS modules to allow
simple deployments. The name "Moo" is based on the idea that it
provides almost -but not quite- two thirds of Moose.
Diffstat (limited to 'devel/p5-Moo')
-rw-r--r-- | devel/p5-Moo/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Moo/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Moo/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Moo/DESCR b/devel/p5-Moo/DESCR new file mode 100644 index 00000000000..75381ac1495 --- /dev/null +++ b/devel/p5-Moo/DESCR @@ -0,0 +1,4 @@ +This module is an extremely light-weight, high-performance Moose +replacement. It also avoids depending on any XS modules to allow +simple deployments. The name "Moo" is based on the idea that it +provides almost -but not quite- two thirds of Moose. diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile new file mode 100644 index 00000000000..7db3b2b20f6 --- /dev/null +++ b/devel/p5-Moo/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/21 14:35:51 hiramatsu Exp $ + +DISTNAME= Moo-0.009012 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Moo/ +COMMENT= Minimalist Object Orientation (with Moose compatiblity) +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Class-Method-Modifiers>=1.05:../../devel/p5-Class-Method-Modifiers +DEPENDS+= p5-strictures>=1.001001:../../devel/p5-strictures + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Moo/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Moo/distinfo b/devel/p5-Moo/distinfo new file mode 100644 index 00000000000..250defa0ec1 --- /dev/null +++ b/devel/p5-Moo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/21 14:35:51 hiramatsu Exp $ + +SHA1 (Moo-0.009012.tar.gz) = 7277d89247612214b6ede5b2b2dbaabb2322dbb5 +RMD160 (Moo-0.009012.tar.gz) = 36f17255be20160bd0f82e63d2a6e876f79da4c7 +Size (Moo-0.009012.tar.gz) = 34068 bytes |