diff options
author | he <he> | 2008-10-27 00:00:20 +0000 |
---|---|---|
committer | he <he> | 2008-10-27 00:00:20 +0000 |
commit | e73ea28374e85fed9e019f262c6bcd886e3c979c (patch) | |
tree | 633cfe34df6785b09303b807b0424adc1c8ce6e8 /devel/p5-MooseX-Param | |
parent | 2d1771b0711e3e29f891451031b5b92d1cafd00f (diff) | |
download | pkgsrc-e73ea28374e85fed9e019f262c6bcd886e3c979c.tar.gz |
Import p5-MooseX-Param version 0.02.
This is a very simple Moose role which provides a CGI like param
method.
I found that I had written this code over and over and over and
over again, and each time it was the same. So I thought, why not
put it in a role?
Diffstat (limited to 'devel/p5-MooseX-Param')
-rw-r--r-- | devel/p5-MooseX-Param/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-MooseX-Param/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-MooseX-Param/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-MooseX-Param/DESCR b/devel/p5-MooseX-Param/DESCR new file mode 100644 index 00000000000..dfd71073681 --- /dev/null +++ b/devel/p5-MooseX-Param/DESCR @@ -0,0 +1,6 @@ +This is a very simple Moose role which provides a CGI like param +method. + +I found that I had written this code over and over and over and +over again, and each time it was the same. So I thought, why not +put it in a role? diff --git a/devel/p5-MooseX-Param/Makefile b/devel/p5-MooseX-Param/Makefile new file mode 100644 index 00000000000..b74a94b53f9 --- /dev/null +++ b/devel/p5-MooseX-Param/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/27 00:00:20 he Exp $ +# + +DISTNAME= MooseX-Param-0.02 +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-Param/ +COMMENT= Simple role to provide a standard param method + +BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +DEPENDS+= p5-Moose>=0.32:../../devel/p5-Moose + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/MooseX/Param/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-Param/distinfo b/devel/p5-MooseX-Param/distinfo new file mode 100644 index 00000000000..3b5006e2f69 --- /dev/null +++ b/devel/p5-MooseX-Param/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/27 00:00:20 he Exp $ + +SHA1 (MooseX-Param-0.02.tar.gz) = 870bc3d595aceb7f2e3ef20ee0cd0917b72e9510 +RMD160 (MooseX-Param-0.02.tar.gz) = f8722c5bff55b382c103c2de07ebb13185bbd2a9 +Size (MooseX-Param-0.02.tar.gz) = 4094 bytes |