aboutsummaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-Keepalive/Makefile
blob: b2dc6722bec58c9208905127fe6b99cf7e56b0f6 (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
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	POE-Component-Client-Keepalive
PORTVERSION=	0.2720
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:RCAPUTO
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	POE component for managing connections, with keep-alive

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Net-IP-Minimal>=0.02:net/p5-Net-IP-Minimal  \
		p5-POE>=1.311:devel/p5-POE \
		p5-POE-Component-Resolver>=0.917:dns/p5-POE-Component-Resolver

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>