summaryrefslogtreecommitdiff
path: root/net/p5-Net-DNSServer/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-04-09 12:35:19 +0000
committergrant <grant@pkgsrc.org>2004-04-09 12:35:19 +0000
commit10b4122b60e998c60a2373e6000e9f6ef6fb838d (patch)
treec5feb9d879897ce5c593c2230504d5b2aee1fd97 /net/p5-Net-DNSServer/Makefile
parente3d5ce50105a2477869b0f2618d45e63548f59bd (diff)
downloadpkgsrc-10b4122b60e998c60a2373e6000e9f6ef6fb838d.tar.gz
Initial import of p5-Net-DNSServer 0.11 into the NetBSD packages collection.
Net::DNSServer is a secure and extensible name server module for Perl.
Diffstat (limited to 'net/p5-Net-DNSServer/Makefile')
-rw-r--r--net/p5-Net-DNSServer/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-DNSServer/Makefile b/net/p5-Net-DNSServer/Makefile
new file mode 100644
index 00000000000..501e297fb2a
--- /dev/null
+++ b/net/p5-Net-DNSServer/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/09 12:35:19 grant Exp $
+#
+
+DISTNAME= Net-DNSServer-0.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+COMMENT= Perl5 module to be used as a domain name server
+
+DEPENDS+= p5-IPC-SharedCache-[0-9]*:../../devel/p5-IPC-SharedCache
+DEPENDS+= p5-Net-Bind-[0-9]*:../../net/p5-Net-Bind
+DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNSServer/.packlist
+
+.include "../../databases/p5-DBI/buildlink2.mk"
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"