889ea84f08
Turned up by a bulk build with a year-old plist database.
24 lines
467 B
Makefile
24 lines
467 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/04/14 21:21:56 naddy Exp $
|
|
|
|
COMMENT= manage connections, with keep-alive
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-Client-Keepalive-0.25
|
|
REVISION= 0
|
|
EPOCH= 0
|
|
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>
|