openbsd-ports/net/p5-POE-Component-Client-DNS/Makefile
msf f3535a94a6 - initial import of POE-Component-Client-DNS 0.98
POE::Component::Client::DNS is an event driven wrapper for
Net::DNS::Resolver.  It accepts events containing Net::DNS::Resolver
questions, and it emits events carrying Net::DNS::Packet responses.
2005-05-24 16:46:25 +00:00

27 lines
548 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 16:46:25 msf Exp $
COMMENT= "DNS module for the Perl Object Environment"
DISTNAME= POE-Component-Client-DNS-0.98
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::net/p5-Net-DNS
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>