diff options
author | wen <wen@pkgsrc.org> | 2014-11-24 13:35:17 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-11-24 13:35:17 +0000 |
commit | 902a81237a7295ef2a2c2c0d19e402e42385121d (patch) | |
tree | ae9b3d464d71b795de37553a0bd625c379c3cc37 /www/p5-Plack-Middleware-RemoveRedundantBody | |
parent | 099fb7fc7489f2590374b9bb9267f541c7efde32 (diff) | |
download | pkgsrc-902a81237a7295ef2a2c2c0d19e402e42385121d.tar.gz |
Import Plack-Middleware-RemoveRedundantBody-0.05 as www/p5-Plack-Middleware-RemoveRedundantBody.
This module removes body in HTTP response, if it's not required.
Diffstat (limited to 'www/p5-Plack-Middleware-RemoveRedundantBody')
-rw-r--r-- | www/p5-Plack-Middleware-RemoveRedundantBody/DESCR | 1 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-RemoveRedundantBody/Makefile | 20 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-RemoveRedundantBody/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-Plack-Middleware-RemoveRedundantBody/DESCR b/www/p5-Plack-Middleware-RemoveRedundantBody/DESCR new file mode 100644 index 00000000000..1b84f558f13 --- /dev/null +++ b/www/p5-Plack-Middleware-RemoveRedundantBody/DESCR @@ -0,0 +1 @@ +This module removes body in HTTP response, if it's not required. diff --git a/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile b/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile new file mode 100644 index 00000000000..ca3381f85b9 --- /dev/null +++ b/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/11/24 13:35:17 wen Exp $ + +DISTNAME= Plack-Middleware-RemoveRedundantBody-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= wen@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Plack-Middleware-ReverseProxy/ +COMMENT= Removes body for HTTP response if it's not required +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/Middleware/RemoveRedundantBody/.packlist + +DEPENDS+= p5-Plack>=0:../../www/p5-Plack +DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo b/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo new file mode 100644 index 00000000000..8ec551b4cb2 --- /dev/null +++ b/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/11/24 13:35:17 wen Exp $ + +SHA1 (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = 14d7b7de20c4155143b52c455f00b3d75426dd9a +RMD160 (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = a83095a9947b3bc10690384c83f955396791b410 +Size (Plack-Middleware-RemoveRedundantBody-0.05.tar.gz) = 10387 bytes |