Initial import of p5-Plack-App-Proxy version 0.15 in the NetBSD
Packages Collection. The Perl 5 module Plack::App::Proxy is a middleware-aware proxy application for Plack.
This commit is contained in:
parent
9eb0f2b399
commit
041a2ebf43
3 changed files with 34 additions and 0 deletions
2
www/p5-Plack-App-Proxy/DESCR
Normal file
2
www/p5-Plack-App-Proxy/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The Perl 5 module Plack::App::Proxy is a middleware-aware proxy
|
||||
application for Plack.
|
27
www/p5-Plack-App-Proxy/Makefile
Normal file
27
www/p5-Plack-App-Proxy/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 21:08:27 seb Exp $
|
||||
|
||||
DISTNAME= Plack-App-Proxy-0.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Plack-App-Proxy/
|
||||
COMMENT= Plack middleware proxy application
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Plack/App/Proxy/.packlist
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
|
||||
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
||||
BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
|
||||
DEPENDS+= p5-AnyEvent-HTTP>=1.44:../../www/p5-AnyEvent-HTTP
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
DEPENDS+= p5-Plack>=0.9913:../../www/p5-Plack
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-Plack-App-Proxy/distinfo
Normal file
5
www/p5-Plack-App-Proxy/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/04 21:08:27 seb Exp $
|
||||
|
||||
SHA1 (Plack-App-Proxy-0.15.tar.gz) = b7139942b645d7c0bd37466df6530839a59f493a
|
||||
RMD160 (Plack-App-Proxy-0.15.tar.gz) = 7493ef6fa1167545dabd28b5bdec737dfc935d91
|
||||
Size (Plack-App-Proxy-0.15.tar.gz) = 27061 bytes
|
Loading…
Reference in a new issue