openbsd-ports/net/p5-POE-Component-Client-Keepalive/Makefile

21 lines
389 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:54 espie Exp $
COMMENT= manage connections, with keep-alive
MODULES= cpan
2009-06-19 08:50:54 -04:00
DISTNAME= POE-Component-Client-Keepalive-0.25
REVISION= 0
EPOCH= 0
CATEGORIES= net
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= devel/p5-POE \
net/p5-POE-Component-Client-DNS
.include <bsd.port.mk>