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

Annotation of ports/www/p5-HTTP-Server-Simple-CGI-PreFork/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:20 naddy Exp $
        !             2:
        !             3: #TODO: add correct test and run depends
        !             4:
        !             5: COMMENT=       simple standalone HTTP server
        !             6:
        !             7: MODULES=       cpan
        !             8: PKG_ARCH=      *
        !             9: DISTNAME =     HTTP-Server-Simple-CGI-PreFork-6
        !            10: CATEGORIES=    www
        !            11:
        !            12: # perl
        !            13: PERMIT_PACKAGE_CDROM=  Yes
        !            14:
        !            15: RUN_DEPENDS =  net/p5-Net-Server-SS-PreFork \
        !            16:                net/p5-IO-Socket-INET6 \
        !            17:                security/p5-Net_SSLeay \
        !            18:                www/p5-HTTP-Server-Simple
        !            19: #BUILD_DEPENDS =       ${RUN_DEPENDS}
        !            20: #TEST_DEPENDS= devel/p5-Test-Pod \
        !            21: #                      devel/p5-Test-Pod-Coverage \
        !            22: #                      www/p5-URI
        !            23:
        !            24: MODCPAN_EXAMPLES=      Yes
        !            25: MODCPAN_EXAMPLES_DIST= ex
        !            26:
        !            27: .include <bsd.port.mk>

CVSweb