diff options
author | grant <grant@pkgsrc.org> | 2003-12-30 02:38:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-30 02:38:47 +0000 |
commit | 8f421f05676e1007d4bf6d88eafc8da940f17e16 (patch) | |
tree | 9af68d199cd8860ceae20f3058d35d7648c9f539 /net/p5-Net-Bind/Makefile | |
parent | 75299ee31874ee551bfe91df594889faab0558f5 (diff) | |
download | pkgsrc-8f421f05676e1007d4bf6d88eafc8da940f17e16.tar.gz |
Initial import of p5-Net-Bind-0.05 into the NetBSD packages collection.
This module provides an interface to various files related to the bind
DNS daemon.
Diffstat (limited to 'net/p5-Net-Bind/Makefile')
-rw-r--r-- | net/p5-Net-Bind/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/p5-Net-Bind/Makefile b/net/p5-Net-Bind/Makefile new file mode 100644 index 00000000000..a814215d4d1 --- /dev/null +++ b/net/p5-Net-Bind/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/30 02:38:47 grant Exp $ + +DISTNAME= Net-Bind-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl5 module to grovel DNS resolver information + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Bind/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |