=================================================================== RCS file: /cvs/ports/www/p5-HTTP-Server-Simple-CGI-PreFork/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/www/p5-HTTP-Server-Simple-CGI-PreFork/Makefile 2021/11/16 09:48:48 1.2 +++ ports/www/p5-HTTP-Server-Simple-CGI-PreFork/Makefile 2022/06/17 14:30:19 1.3 @@ -1,27 +1,21 @@ -# $OpenBSD: Makefile,v 1.2 2021/11/16 09:48:48 kirby Exp $ -#TODO: add correct test and run depends +COMMENT = module to turn HSS into a preforking webserver with SSL -COMMENT= simple standalone HTTP server - -MODULES= cpan -PKG_ARCH= * DISTNAME = HTTP-Server-Simple-CGI-PreFork-6 -CATEGORIES= www -# perl -PERMIT_PACKAGE= Yes +CATEGORIES = www -RUN_DEPENDS = net/p5-Net-Server-SS-PreFork \ - net/p5-IO-Socket-INET6 \ - security/p5-Net-SSLeay \ - www/p5-HTTP-Server-Simple -#BUILD_DEPENDS = ${RUN_DEPENDS} -#TEST_DEPENDS= devel/p5-Test-Pod \ -# devel/p5-Test-Pod-Coverage \ -# www/p5-URI +# Perl +PERMIT_PACKAGE = Yes -MODCPAN_EXAMPLES= Yes -MODCPAN_EXAMPLES_DIST= ex +MODULES = cpan + +RUN_DEPENDS = devel/p5-Net-Server>=2 \ + net/p5-IO-Socket-INET6 \ + net/p5-Socket6 \ + security/p5-Net-SSLeay \ + www/p5-HTTP-Server-Simple>=0.44 + +PKG_ARCH = * .include