[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / www / p5-HTTP-Server-Simple-CGI-PreFork

Diff for /ports/www/p5-HTTP-Server-Simple-CGI-PreFork/Makefile between version 1.2 and 1.3

version 1.2, 2021/11/16 09:48:48 version 1.3, 2022/06/17 14:30:19
Line 1 
Line 1 
 # $OpenBSD$  
   
 #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  DISTNAME =      HTTP-Server-Simple-CGI-PreFork-6
 CATEGORIES=     www  
   
 # perl  CATEGORIES =    www
 PERMIT_PACKAGE= Yes  
   
 RUN_DEPENDS =   net/p5-Net-Server-SS-PreFork \  # Perl
                 net/p5-IO-Socket-INET6 \  PERMIT_PACKAGE =        Yes
                 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  
   
 MODCPAN_EXAMPLES=       Yes  MODULES =               cpan
 MODCPAN_EXAMPLES_DIST=  ex  
   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 <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb