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

File: [local] / ports / www / p5-HTTP-Server-Simple-CGI-PreFork / Makefile (download)

Revision 1.2, Tue Nov 16 09:48:48 2021 UTC (2 years, 5 months ago) by kirby
Branch: MAIN
Changes since 1.1: +2 -2 lines

fix packaging

# $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:20 naddy Exp $

#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=	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>