Import LWP-Protocol-PSGI-0.07 as www/p5-LWP-Protocol-PSGI.
LWP::Protocol::PSGI is a module to hijack any code that uses LWP::UserAgent underneath such that any HTTP or HTTPS requests can be routed to your own PSGI application.
This commit is contained in:
parent
00c6679207
commit
e1930937f3
3 changed files with 31 additions and 0 deletions
3
www/p5-LWP-Protocol-PSGI/DESCR
Normal file
3
www/p5-LWP-Protocol-PSGI/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
LWP::Protocol::PSGI is a module to hijack any code that uses
|
||||
LWP::UserAgent underneath such that any HTTP or HTTPS requests can be
|
||||
routed to your own PSGI application.
|
23
www/p5-LWP-Protocol-PSGI/Makefile
Normal file
23
www/p5-LWP-Protocol-PSGI/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/09/13 16:38:45 wen Exp $
|
||||
|
||||
DISTNAME= LWP-Protocol-PSGI-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/LWP-Protocol-PSGI/
|
||||
COMMENT= Perl extension to override LWP HTTP/HTTPS backend with your PSGI app
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Plack>=0:../../www/p5-Plack
|
||||
DEPENDS+= p5-Guard>=0:../../devel/p5-Guard
|
||||
DEPENDS+= p5-libwww>=6.06:../../www/p5-libwww
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/LWP/Protocol/PSGI/.packlist
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build::Tiny
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-LWP-Protocol-PSGI/distinfo
Normal file
5
www/p5-LWP-Protocol-PSGI/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/09/13 16:38:45 wen Exp $
|
||||
|
||||
SHA1 (LWP-Protocol-PSGI-0.07.tar.gz) = d92a84861fd8e912cd900acf5588bcce0eebde17
|
||||
RMD160 (LWP-Protocol-PSGI-0.07.tar.gz) = b46741b72d544d755d9b59547a79c6d6f25f6337
|
||||
Size (LWP-Protocol-PSGI-0.07.tar.gz) = 12834 bytes
|
Loading…
Reference in a new issue