blob: dbc8098e283d79252f642c6660c47086cab866c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# $NetBSD: Makefile,v 1.2 2010/08/21 16:37:06 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"
|