This updates RUN_DEPENDS to include modules needed for FCGI support.
I bumped the REVISION but if that's not right please let me know.

Comments or OKs?

 - todd

Index: www/p5-Plack/Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- www/p5-Plack/Makefile       10 Sep 2014 06:35:19 -0000      1.6
+++ www/p5-Plack/Makefile       19 Dec 2014 17:12:21 -0000
@@ -3,7 +3,7 @@
 COMMENT =              interface between perl web frameworks and web servers
 
 MODULES =              cpan
-REVISION =             1
+REVISION =             2
 DISTNAME =             Plack-0.9980
 CATEGORIES =           www
 MAINTAINER =           Abel Abraham Camarillo Ojeda <[email protected]>
@@ -14,14 +14,18 @@
 BUILD_DEPENDS =        ${RUN_DEPENDS}
 RUN_DEPENDS =          devel/p5-Devel-StackTrace>=1.23 \
                        devel/p5-Devel-StackTrace-AsHTML>=0.11 \
+                       devel/p5-File-pushd \
                        devel/p5-File-ShareDir>=1.00 \
                        devel/p5-Hash-MultiValue>=0.05 \
                        devel/p5-Test-Requires \
                        devel/p5-Try-Tiny \
                        net/p5-Test-TCP>=0.11 \
                        sysutils/p5-Filesys-Notify-Simple \
+                       www/fcgi \
                        www/p5-libwww>=5.814 \
                        www/p5-libapreq \
+                       www/p5-CGI-Compile \
+                       www/p5-FCGI-ProcManager \
                        www/p5-HTTP-Body>=1.06 \
                        www/p5-URI>=1.36
 

Reply via email to