ok afresh1@ pkg/DESCR: POE::Component::Server::DNS is a POE component that implements a DNS server. It uses POE::Component::Client::DNS to handle resolving when configured as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by POE::Component::Generic to perform recursion. One may add handlers to massage and manipulate responses to particular queries which is vaguely modelled after Net::DNS::Nameserver.
25 lines
498 B
Makefile
25 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/02/07 07:19:46 giovanni Exp $
|
|
|
|
COMMENT = non-blocking, concurrent DNS server POE component
|
|
|
|
DISTNAME = POE-Component-Server-DNS-0.32
|
|
|
|
CATEGORIES = net
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = net/p5-POE-Component-Client-DNS-Recursive>=1.06 \
|
|
net/p5-POE-Filter-DNS-TCP>=0.04 \
|
|
devel/p5-POE>=1.004 \
|
|
net/p5-Net-DNS>=0.58 \
|
|
net/p5-POE-Component-Client-DNS>=1.051
|
|
|
|
PKG_ARCH = *
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
.include <bsd.port.mk>
|