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

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

version 1.1, 2010/08/22 12:05:24 version 1.1.1.1, 2017/04/28 16:13:52
Line 1 
Line 1 
 SUBDIR =  # $OpenBSD$
 SUBDIR += awstats  
 SUBDIR += sams  
   
 .include <bsd.port.subdir.mk>  #TODO: add correct test and run depends
   
   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  
changed lines
  Added in v.1.1.1.1

CVSweb