22 lines
507 B
Makefile
22 lines
507 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:35:53 espie Exp $
|
|
|
|
COMMENT = hot-deployable variant of Net::Server::PreFork
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Net-Server-SS-PreFork-0.05
|
|
REVISION = 1
|
|
CATEGORIES = net
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-Net-Server \
|
|
net/p5-Test-TCP>=0.06 \
|
|
net/p5-Server-Starter>=0.02 \
|
|
www/p5-HTTP-Server-Simple \
|
|
www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|