diff options
author | seb <seb@pkgsrc.org> | 2010-02-20 10:40:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-02-20 10:40:00 +0000 |
commit | 1f7e47b375ef83b351d6d81d5de99b2cbd432db6 (patch) | |
tree | 306227d7307df85e5ec6f282a7b2092cee50512b /net/p5-Test-DNS | |
parent | d824e092cbdceaab30573541efaeedc9b50a44ae (diff) | |
download | pkgsrc-1f7e47b375ef83b351d6d81d5de99b2cbd432db6.tar.gz |
Initial import of p5-Test-DNS version 0.07 in the NetBSD Packages
Collection.
The Perl 5 module allows you to run tests which translate as DNS
queries. It's simple to use and abstracts all the difficult query
checks from you.
Diffstat (limited to 'net/p5-Test-DNS')
-rw-r--r-- | net/p5-Test-DNS/DESCR | 3 | ||||
-rw-r--r-- | net/p5-Test-DNS/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Test-DNS/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/p5-Test-DNS/DESCR b/net/p5-Test-DNS/DESCR new file mode 100644 index 00000000000..ce0d7436f91 --- /dev/null +++ b/net/p5-Test-DNS/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module allows you to run tests which translate as DNS +queries. It's simple to use and abstracts all the difficult query +checks from you. diff --git a/net/p5-Test-DNS/Makefile b/net/p5-Test-DNS/Makefile new file mode 100644 index 00000000000..ee2592e5b41 --- /dev/null +++ b/net/p5-Test-DNS/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/20 10:40:00 seb Exp $ +# + +DISTNAME= Test-DNS-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-DNS/ +COMMENT= Perl 5 module to test DNS queries and zone configuration +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/DNS/.packlist + +DEPENDS+= p5-Moose>=0.8:../../devel/p5-Moose +DEPENDS+= p5-Net-DNS>=0.65:../../net/p5-Net-DNS +DEPENDS+= p5-Set-Object>=0:../../devel/p5-Set-Object +DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Test-DNS/distinfo b/net/p5-Test-DNS/distinfo new file mode 100644 index 00000000000..3904e8917f3 --- /dev/null +++ b/net/p5-Test-DNS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/20 10:40:00 seb Exp $ + +SHA1 (Test-DNS-0.07.tar.gz) = 322da190c85a4e82d4651a72f5142c6cc26bb93e +RMD160 (Test-DNS-0.07.tar.gz) = b73a2a3035873a8ca0b759fe033ccd412ea3a888 +Size (Test-DNS-0.07.tar.gz) = 13970 bytes |