summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-DNS/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-07-14 23:01:23 +0000
committeradrianp <adrianp>2005-07-14 23:01:23 +0000
commit789e5bc9c2742fd1248ac22b5acd8db6726dd2a5 (patch)
tree2b65eadc6aec6cf9f2e0564b4d541de3263f4b62 /net/p5-POE-Component-Client-DNS/Makefile
parentef5f6ef2fd938a64873924a9b1469ac9991f1a98 (diff)
downloadpkgsrc-789e5bc9c2742fd1248ac22b5acd8db6726dd2a5.tar.gz
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.
Diffstat (limited to 'net/p5-POE-Component-Client-DNS/Makefile')
-rw-r--r--net/p5-POE-Component-Client-DNS/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-POE-Component-Client-DNS/Makefile b/net/p5-POE-Component-Client-DNS/Makefile
new file mode 100644
index 00000000000..36f5dc8c5f6
--- /dev/null
+++ b/net/p5-POE-Component-Client-DNS/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:01:23 adrianp Exp $
+#
+
+DISTNAME= POE-Component-Client-DNS-0.98
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~rcaputo/POE-Component-Client-DNS-0.98/
+COMMENT= Non-blocking, concurrent DNS requests
+
+DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
+DEPENDS+= p5-Net-DNS>=0.12:../../net/p5-Net-DNS
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_REQD+= 5.8.0
+PERL5_PACKLIST= auto/POE/Component/Client/DNS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"