7f75234235
POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo() calls in subprocesses where they're permitted to block as long as necessary. By default it will run eight subprocesses and prefer address families in whatever order Socket::GetAddrInfo returns them. These defaults can be overridden with constructor parameters. from wen heping (MAINTAINER), needed by upcoming p5-POE update, not hooking this up yet. ok sthen@
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/11 18:59:59 jasper Exp $
|
|
|
|
COMMENT = non-blocking getaddrinfo() resolver
|
|
|
|
DISTNAME = POE-Component-Resolver-0.912
|
|
CATEGORIES = net
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-POE>=1.311 \
|
|
net/p5-Socket-GetAddrInfo>=0.19
|
|
|
|
.include <bsd.port.mk>
|