[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / www

Diff for /ports/www/Attic/Makefile between version 1.1.1.1 and 1.2

version 1.1.1.1, 2017/04/28 16:13:52 version 1.2, 2011/04/05 09:14:20
Line 1 
Line 1 
 # $OpenBSD$  SUBDIR =
   SUBDIR += awstats
   SUBDIR += lightsquid
   #SUBDIR += sams
   
 #TODO: add correct test and run depends  .include <bsd.port.subdir.mk>
   
 COMMENT=        simple standalone HTTP server  
   
 MODULES=        cpan  
 PKG_ARCH=       *  
 DISTNAME =      HTTP-Server-Simple-CGI-PreFork-6  
 CATEGORIES=     www  
   
 # perl  
 PERMIT_PACKAGE_CDROM=   Yes  
   
 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  
   
 MODCPAN_EXAMPLES=       Yes  
 MODCPAN_EXAMPLES_DIST=  ex  
   
 .include <bsd.port.mk>  

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

CVSweb