=================================================================== RCS file: /cvs/ports/www/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.1.1.1 diff -u -r1.1 -r1.1.1.1 --- ports/www/Attic/Makefile 2010/08/22 12:05:24 1.1 +++ ports/www/Attic/Makefile 2017/04/28 16:13:52 1.1.1.1 @@ -1,5 +1,27 @@ -SUBDIR = -SUBDIR += awstats -SUBDIR += sams +# $OpenBSD: Makefile,v 1.1.1.1 2017/04/28 16:13:52 kirby Exp $ -.include +#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