aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Server-SS-PreFork/Makefile
blob: c7ac9ab2aaa6ea3576aa6e8a5917fbeca34303a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Denis Pokataev <catone@cpan.org>
# $FreeBSD$

PORTNAME=	Net-Server-SS-PreFork
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	culot@FreeBSD.org
COMMENT=	Hot-deployable variant of Net::Server::PreFork

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Net-Server>0:${PORTSDIR}/net/p5-Net-Server \
		p5-Server-Starter>=0.02:${PORTSDIR}/net/p5-Server-Starter
RUN_DEPENDS:=	${BUILD_DEPENDS}

TEST_DEPENDS=	p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
		p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork \
		p5-Test-TCP>=0.06:${PORTSDIR}/devel/p5-Test-TCP \
		p5-libwww>0:${PORTSDIR}/www/p5-libwww

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>