mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This module provides a replacement function for Socket::inet_aton,
with support for timeouts. WWW: http://search.cpan.org/dist/Net-DNS-Lite/ PR: ports/152591 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
af089e10c4
commit
db062f2e4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265209
@ -97,6 +97,7 @@
|
||||
SUBDIR += p5-Net-DNS
|
||||
SUBDIR += p5-Net-DNS-Async
|
||||
SUBDIR += p5-Net-DNS-Codes
|
||||
SUBDIR += p5-Net-DNS-Lite
|
||||
SUBDIR += p5-Net-DNS-RR-SRV-Helper
|
||||
SUBDIR += p5-Net-DNS-Resolver-Programmable
|
||||
SUBDIR += p5-Net-DNS-SEC
|
||||
|
23
dns/p5-Net-DNS-Lite/Makefile
Normal file
23
dns/p5-Net-DNS-Lite/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-Net-DNS-Lite
|
||||
# Date created: 2010-11-26
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-DNS-Lite
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= dns perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Pure-perl DNS resolver with support for timeout
|
||||
|
||||
RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::DNS::Lite.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
dns/p5-Net-DNS-Lite/distinfo
Normal file
2
dns/p5-Net-DNS-Lite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-DNS-Lite-0.05.tar.gz) = 5cfaa47d1009b73e52e9d06c6f33005af5b565c8f254eaea58e1bee77567ccdf
|
||||
SIZE (Net-DNS-Lite-0.05.tar.gz) = 24722
|
4
dns/p5-Net-DNS-Lite/pkg-descr
Normal file
4
dns/p5-Net-DNS-Lite/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module provides a replacement function for Socket::inet_aton,
|
||||
with support for timeouts.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DNS-Lite/
|
8
dns/p5-Net-DNS-Lite/pkg-plist
Normal file
8
dns/p5-Net-DNS-Lite/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Lite/.packlist
|
||||
%%SITE_PERL%%/Net/DNS/Lite.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNS
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in New Issue
Block a user