openbsd-ports/net/p5-POE-Component-Client-Keepalive/Makefile
2010-11-19 22:31:32 +00:00

22 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/11/19 22:31:36 espie Exp $
COMMENT= manage connections, with keep-alive
MODULES= cpan
DISTNAME= POE-Component-Client-Keepalive-0.25
CATEGORIES= net
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-POE \
net/p5-POE-Component-Client-DNS
.include <bsd.port.mk>