Update net-mgmt/xymon-client to version 4.3.18_6
[dports.git] / net / p5-Net-Server-SS-PreFork / Makefile
1 # Created by: Denis Pokataev <catone@cpan.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-Server-SS-PreFork
5 PORTVERSION=    0.05
6 PORTREVISION=   1
7 CATEGORIES=     net perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     culot@FreeBSD.org
12 COMMENT=        Hot-deployable variant of Net::Server::PreFork
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Net-Server>0:${PORTSDIR}/net/p5-Net-Server \
18                 p5-Server-Starter>=0.02:${PORTSDIR}/net/p5-Server-Starter
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 TEST_DEPENDS=   p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
22                 p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork \
23                 p5-Test-TCP>=0.06:${PORTSDIR}/devel/p5-Test-TCP \
24                 p5-libwww>0:${PORTSDIR}/www/p5-libwww
25
26 USES=           perl5
27 USE_PERL5=      configure
28
29 .include <bsd.port.mk>