mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add p5-Net-DNS-Resolver-Mock 1.20170814
Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver which parses a zonefile for it's data source. Primarily for use in testing. WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Mock/
This commit is contained in:
parent
0c1be3c208
commit
174461aadb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452469
@ -136,6 +136,7 @@
|
||||
SUBDIR += p5-Net-DNS-Lite
|
||||
SUBDIR += p5-Net-DNS-Match
|
||||
SUBDIR += p5-Net-DNS-RR-SRV-Helper
|
||||
SUBDIR += p5-Net-DNS-Resolver-Mock
|
||||
SUBDIR += p5-Net-DNS-Resolver-Programmable
|
||||
SUBDIR += p5-Net-DNS-SEC
|
||||
SUBDIR += p5-Net-DNS-TestNS
|
||||
|
23
dns/p5-Net-DNS-Resolver-Mock/Makefile
Normal file
23
dns/p5-Net-DNS-Resolver-Mock/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-DNS-Resolver-Mock
|
||||
PORTVERSION= 1.20170814
|
||||
CATEGORIES= dns perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Mock a DNS Resolver object for testing
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
3
dns/p5-Net-DNS-Resolver-Mock/distinfo
Normal file
3
dns/p5-Net-DNS-Resolver-Mock/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1508437053
|
||||
SHA256 (Net-DNS-Resolver-Mock-1.20170814.tar.gz) = d9853cc65ed8dea1ad2f2c548897151eecbb66ba7c767f88254deb2ab6b3c2e1
|
||||
SIZE (Net-DNS-Resolver-Mock-1.20170814.tar.gz) = 10074
|
4
dns/p5-Net-DNS-Resolver-Mock/pkg-descr
Normal file
4
dns/p5-Net-DNS-Resolver-Mock/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver which parses a
|
||||
zonefile for it's data source. Primarily for use in testing.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Mock/
|
2
dns/p5-Net-DNS-Resolver-Mock/pkg-plist
Normal file
2
dns/p5-Net-DNS-Resolver-Mock/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Net/DNS/Resolver/Mock.pm
|
||||
%%PERL5_MAN3%%/Net::DNS::Resolver::Mock.3.gz
|
Loading…
Reference in New Issue
Block a user