diff options
author | beech <beech@FreeBSD.org> | 2008-05-07 14:05:47 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-05-07 14:05:47 +0800 |
commit | 54079e2a5a45461366fb253b5458381a7ab12653 (patch) | |
tree | 5e2758accf838d9f0d0e4d725b0078c575558148 /dns | |
parent | c787a288c618ae3f0d7e3cefd9162ddca21f0a75 (diff) | |
download | freebsd-ports-gnome-54079e2a5a45461366fb253b5458381a7ab12653.tar.gz freebsd-ports-gnome-54079e2a5a45461366fb253b5458381a7ab12653.tar.zst freebsd-ports-gnome-54079e2a5a45461366fb253b5458381a7ab12653.zip |
- New port dns/p5-Net-DNS-Async-1.0.6
Net::DNS::Async is a fire-and-forget asynchronous DNS helper.
PR: ports/123382
Submitted by: Sahil Tandon <sahil at tandon.net>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Async/Makefile | 24 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Async/distinfo | 3 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Async/pkg-descr | 3 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Async/pkg-plist | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 73d7ca3b8f2d..8127de8aaa37 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -78,6 +78,7 @@ SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Data-Validate-Domain SUBDIR += p5-Net-DNS + SUBDIR += p5-Net-DNS-Async SUBDIR += p5-Net-DNS-Codes SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC diff --git a/dns/p5-Net-DNS-Async/Makefile b/dns/p5-Net-DNS-Async/Makefile new file mode 100644 index 000000000000..bc63b6e22c7f --- /dev/null +++ b/dns/p5-Net-DNS-Async/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Net-DNS-Async +# Date created: 3 May 2008 +# Whom: Sahil Tandon <sahil@tandon.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-DNS-Async +PORTVERSION= 1.06 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sahil@tandon.net +COMMENT= Asynchronous DNS helper for high volume applications + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::DNS::Async.3 + +.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-Async/distinfo b/dns/p5-Net-DNS-Async/distinfo new file mode 100644 index 000000000000..156341354848 --- /dev/null +++ b/dns/p5-Net-DNS-Async/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-DNS-Async-1.06.tar.gz) = a72909034f5c098f90b5fe6f661e69ea +SHA256 (Net-DNS-Async-1.06.tar.gz) = 80e2ea06228a0bbde1e073162d42ee1f2887fc655490a944963227ae670e3dba +SIZE (Net-DNS-Async-1.06.tar.gz) = 4634 diff --git a/dns/p5-Net-DNS-Async/pkg-descr b/dns/p5-Net-DNS-Async/pkg-descr new file mode 100644 index 000000000000..d0a252cdbba9 --- /dev/null +++ b/dns/p5-Net-DNS-Async/pkg-descr @@ -0,0 +1,3 @@ +Net::DNS::Async is a fire-and-forget asynchronous DNS helper. + +WWW: http://search.cpan.org/dist/Net-DNS-Async/ diff --git a/dns/p5-Net-DNS-Async/pkg-plist b/dns/p5-Net-DNS-Async/pkg-plist new file mode 100644 index 000000000000..cbb636701ee8 --- /dev/null +++ b/dns/p5-Net-DNS-Async/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Async/.packlist +%%SITE_PERL%%/Net/DNS/Async.pm +@dirrmtry %%SITE_PERL%%/Net/DNS +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Async +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |