summaryrefslogtreecommitdiff
path: root/www/p5-Task-Plack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Task-Plack/Makefile')
-rw-r--r--www/p5-Task-Plack/Makefile69
1 files changed, 69 insertions, 0 deletions
diff --git a/www/p5-Task-Plack/Makefile b/www/p5-Task-Plack/Makefile
new file mode 100644
index 00000000000..b90671d75ad
--- /dev/null
+++ b/www/p5-Task-Plack/Makefile
@@ -0,0 +1,69 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/11 13:50:40 seb Exp $
+
+DISTNAME= Task-Plack-0.24
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Task/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Task-Plack/
+COMMENT= Perl 5 Plack bundle
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Task/Plack/.packlist
+
+DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI
+DEPENDS+= p5-FCGI-Client-[0-9]*:../../www/p5-FCGI-Client
+DEPENDS+= p5-FCGI-ProcManager-[0-9]*:../../www/p5-FCGI-ProcManager
+DEPENDS+= p5-Net-FastCGI-[0-9]*:../../www/p5-Net-FastCGI
+DEPENDS+= p5-Devel-StackTrace-WithLexicals-[0-9]*:../../devel/p5-Devel-StackTrace-WithLexicals
+DEPENDS+= p5-IO-Handle-Util-[0-9]*:../../devel/p5-IO-Handle-Util
+DEPENDS+= p5-PSGI-[0-9]*:../../www/p5-PSGI
+DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
+DEPENDS+= p5-CGI-PSGI-[0-9]*:../../www/p5-CGI-PSGI
+DEPENDS+= p5-CGI-Emulate-PSGI-[0-9]*:../../www/p5-CGI-Emulate-PSGI
+DEPENDS+= p5-CGI-Compile-[0-9]*:../../www/p5-CGI-Compile
+DEPENDS+= p5-HTTP-Server-Simple-PSGI-[0-9]*:../../www/p5-HTTP-Server-Simple-PSGI
+DEPENDS+= p5-Starman-[0-9]*:../../www/p5-Starman
+DEPENDS+= p5-Twiggy-[0-9]*:../../www/p5-Twiggy
+DEPENDS+= p5-Starlet-[0-9]*:../../www/p5-Starlet
+DEPENDS+= p5-Corona-[0-9]*:../../www/p5-Corona
+DEPENDS+= p5-POE-Component-Server-PSGI-[0-9]*:../../www/p5-POE-Component-Server-PSGI
+DEPENDS+= p5-Plack-Handler-AnyEvent-ReverseHTTP-[0-9]*:../../www/p5-Plack-Handler-AnyEvent-ReverseHTTP
+DEPENDS+= p5-Plack-Handler-SCGI-[0-9]*:../../www/p5-Plack-Handler-SCGI
+DEPENDS+= p5-Plack-Handler-AnyEvent-SCGI-[0-9]*:../../www/p5-Plack-Handler-AnyEvent-SCGI
+DEPENDS+= p5-Plack-Handler-AnyEvent-HTTPD-[0-9]*:../../www/p5-Plack-Handler-AnyEvent-HTTPD
+DEPENDS+= p5-Plack-Middleware-Deflater-[0-9]*:../../www/p5-Plack-Middleware-Deflater
+
+DEPENDS+= p5-Plack-Middleware-Session-[0-9]*:../../www/p5-Plack-Middleware-Session
+
+DEPENDS+= p5-Plack-Middleware-Debug-[0-9]*:../../www/p5-Plack-Middleware-Debug
+
+DEPENDS+= p5-Plack-Middleware-Header-[0-9]*:../../www/p5-Plack-Middleware-Header
+
+DEPENDS+= p5-Plack-Middleware-Auth-Digest-[0-9]*:../../www/p5-Plack-Middleware-Auth-Digest
+
+DEPENDS+= p5-Plack-App-Proxy-[0-9]*:../../www/p5-Plack-App-Proxy
+
+DEPENDS+= p5-Plack-Middleware-ReverseProxy-[0-9]*:../../www/p5-Plack-Middleware-ReverseProxy
+
+DEPENDS+= p5-Plack-Middleware-ConsoleLogger-[0-9]*:../../www/p5-Plack-Middleware-ConsoleLogger
+
+DEPENDS+= p5-Plack-Middleware-JSConcat-[0-9]*:../../www/p5-Plack-Middleware-JSConcat
+
+DEPENDS+= p5-Plack-Middleware-File-Sass-[0-9]*:../../www/p5-Plack-Middleware-File-Sass
+
+DEPENDS+= p5-Test-WWW-Mechanize-PSGI-[0-9]*:../../www/p5-Test-WWW-Mechanize-PSGI
+
+DEPENDS+= p5-Catalyst-Engine-PSGI-[0-9]*:../../www/p5-Catalyst-Engine-PSGI
+
+DEPENDS+= p5-Squatting-On-PSGI-[0-9]*:../../www/p5-Squatting-On-PSGI
+
+DEPENDS+= p5-CGI-Application-PSGI-[0-9]*:../../www/p5-CGI-Application-PSGI
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"