freebsd-ports/dns/p5-POE-Component-Server-DNS/Makefile
Gabor Kovesdan 3aae77cc45 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.

WWW:	http://search.cpan.org/dist/POE-Component-Server-DNS/

PR:		ports/109449
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Approved by:	erwin (mentor, implicit)
2007-02-25 15:03:47 +00:00

27 lines
750 B
Makefile

# New ports collection makefile for: p5-POE-Component-Server-DNS
# Date created: 2007-02-23
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Server-DNS
PORTVERSION= 0.05
CATEGORIES= dns perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Non-blocking, concurrent DNS server component
RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \
p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
p5-POE-Component-Generic>=0.09.10:${PORTSDIR}/net/p5-POE-Component-Generic
PERL_CONFIGURE= yes
MAN3= POE::Component::Server::DNS.3
.include <bsd.port.mk>