mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Perl ports should depend on www/p5-FCGI instead of www/fcgi as the
dependency between these ports has been switched around.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
COMMENT = CGI interface for FastCGI
|
||||
DISTNAME = CGI-Fast-2.17
|
||||
REVISION = 0
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
|
||||
@@ -9,7 +10,7 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
RUN_DEPENDS = www/fcgi \
|
||||
www/p5-CGI>=4.00
|
||||
RUN_DEPENDS = www/p5-CGI>=4.00 \
|
||||
www/p5-FCGI
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -3,6 +3,7 @@ COMMENT = interface between perl web frameworks and web servers
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Plack-1.0051
|
||||
REVISION = 0
|
||||
CATEGORIES = www
|
||||
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||||
|
||||
@@ -28,9 +29,9 @@ RUN_DEPENDS = devel/p5-Devel-StackTrace>=1.23 \
|
||||
www/p5-WWW-Form-UrlEncoded>=0.23
|
||||
|
||||
# Not required, but make it more useful
|
||||
RUN_DEPENDS += www/fcgi \
|
||||
www/p5-libwww>=5.814 \
|
||||
RUN_DEPENDS += www/p5-libwww>=5.814 \
|
||||
www/p5-CGI-Compile \
|
||||
www/p5-FCGI \
|
||||
www/p5-FCGI-ProcManager
|
||||
|
||||
TEST_DEPENDS = devel/p5-Log-Dispatch>=2.25 \
|
||||
|
||||
Reference in New Issue
Block a user