freebsd-ports/net/p5-POE-Component-Client-Keepalive/Makefile
2009-02-23 16:24:11 +00:00

27 lines
731 B
Makefile

# New ports collection makefile for: POE-Component-Client-Keepalive
# Date created: 24 June 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Client-Keepalive
PORTVERSION= 0.2500
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= skv@FreeBSD.org
COMMENT= POE component for managing connections, with keep-alive
BUILD_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-Client-DNS>=1.0100:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Client::Client-Keepalive.3 \
POE::Component::Client::Conn-Keepalive.3
.include <bsd.port.mk>