Net::DNS::RR::SRV::Helper is a perl module to order SRV records
by priority and weight for Net::DNS. WWW: http://search.cpan.org/dist/Net-DNS-RR-SRV-Helper/ PR: ports/146572 Submitted by: "Zane C.B." <vvelox@vvelox.net>
This commit is contained in:
parent
82716164e1
commit
6293fadb3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254581
5 changed files with 41 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
SUBDIR += p5-Net-DNS
|
||||
SUBDIR += p5-Net-DNS-Async
|
||||
SUBDIR += p5-Net-DNS-Codes
|
||||
SUBDIR += p5-Net-DNS-RR-SRV-Helper
|
||||
SUBDIR += p5-Net-DNS-Resolver-Programmable
|
||||
SUBDIR += p5-Net-DNS-SEC
|
||||
SUBDIR += p5-Net-DNS-ToolKit
|
||||
|
|
22
dns/p5-Net-DNS-RR-SRV-Helper/Makefile
Normal file
22
dns/p5-Net-DNS-RR-SRV-Helper/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-Net-DNS-RR-SRV-Helper
|
||||
# Date created: 2010-05-14
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-DNS-RR-SRV-Helper
|
||||
PORTVERSION= 0.0.0
|
||||
CATEGORIES= dns perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Orders SRV records by priority and weight for Net::DNS
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::DNS::RR::SRV::Helper.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
dns/p5-Net-DNS-RR-SRV-Helper/distinfo
Normal file
3
dns/p5-Net-DNS-RR-SRV-Helper/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-DNS-RR-SRV-Helper-0.0.0.tar.gz) = 50cf1b9a6b29919c2f74f28ef89014c8
|
||||
SHA256 (Net-DNS-RR-SRV-Helper-0.0.0.tar.gz) = 31ff9b912b03e111c96719f1981e2cc6d865951b4676879aa75cf13618da36ba
|
||||
SIZE (Net-DNS-RR-SRV-Helper-0.0.0.tar.gz) = 3928
|
4
dns/p5-Net-DNS-RR-SRV-Helper/pkg-descr
Normal file
4
dns/p5-Net-DNS-RR-SRV-Helper/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Net::DNS::RR::SRV::Helper is a perl module to order SRV records
|
||||
by priority and weight for Net::DNS.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DNS-RR-SRV-Helper/
|
11
dns/p5-Net-DNS-RR-SRV-Helper/pkg-plist
Normal file
11
dns/p5-Net-DNS-RR-SRV-Helper/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
%%SITE_PERL%%/Net/DNS/RR/SRV/Helper.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR/SRV/Helper/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR/SRV/Helper
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR/SRV
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/RR
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNS/RR/SRV
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNS/RR
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNS
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue