b3245e58ba
build/run_depends, not only regress depends. Duh!
25 lines
588 B
Makefile
25 lines
588 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/01/10 08:16:04 landry 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = 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>
|