diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-15 02:33:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-15 02:33:54 +0800 |
commit | 5a532bdc172a77275724a288af1680e6b776ab84 (patch) | |
tree | 9d27f8b98695723b84dac33076442cbc549fd648 | |
parent | 412669b0ee3aa605fea4fe9f0bca511784eff030 (diff) | |
download | freebsd-ports-gnome-5a532bdc172a77275724a288af1680e6b776ab84.tar.gz freebsd-ports-gnome-5a532bdc172a77275724a288af1680e6b776ab84.tar.zst freebsd-ports-gnome-5a532bdc172a77275724a288af1680e6b776ab84.zip |
- Add p5-AnyEvent-CacheDNS 0.08
AnyEvent::CacheDNS provides a very simple DNS resolver that caches its results
and can improve the connection times to remote hosts.
WWW: http://search.cpan.org/dist/AnyEvent-CacheDNS/
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/p5-AnyEvent-CacheDNS/Makefile | 22 | ||||
-rw-r--r-- | dns/p5-AnyEvent-CacheDNS/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-AnyEvent-CacheDNS/pkg-descr | 4 | ||||
-rw-r--r-- | dns/p5-AnyEvent-CacheDNS/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 63c690d37c53..3fea9713a61d 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -97,6 +97,7 @@ SUBDIR += opendnssec SUBDIR += opendnssec13 SUBDIR += openresolv + SUBDIR += p5-AnyEvent-CacheDNS SUBDIR += p5-AnyEvent-DNS-EtcHosts SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-BIND-Config-Parser diff --git a/dns/p5-AnyEvent-CacheDNS/Makefile b/dns/p5-AnyEvent-CacheDNS/Makefile new file mode 100644 index 000000000000..a7da01acf9c7 --- /dev/null +++ b/dns/p5-AnyEvent-CacheDNS/Makefile @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= AnyEvent-CacheDNS +PORTVERSION= 0.08 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple DNS resolver with caching + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include <bsd.port.mk> diff --git a/dns/p5-AnyEvent-CacheDNS/distinfo b/dns/p5-AnyEvent-CacheDNS/distinfo new file mode 100644 index 000000000000..85473ff7f59a --- /dev/null +++ b/dns/p5-AnyEvent-CacheDNS/distinfo @@ -0,0 +1,2 @@ +SHA256 (AnyEvent-CacheDNS-0.08.tar.gz) = 41c1faf183b61806b55889ceea1237750c1f61b9ce2735fdf33dc05536712dae +SIZE (AnyEvent-CacheDNS-0.08.tar.gz) = 5295 diff --git a/dns/p5-AnyEvent-CacheDNS/pkg-descr b/dns/p5-AnyEvent-CacheDNS/pkg-descr new file mode 100644 index 000000000000..3a5321b13e3b --- /dev/null +++ b/dns/p5-AnyEvent-CacheDNS/pkg-descr @@ -0,0 +1,4 @@ +AnyEvent::CacheDNS provides a very simple DNS resolver that caches its results +and can improve the connection times to remote hosts. + +WWW: http://search.cpan.org/dist/AnyEvent-CacheDNS/ diff --git a/dns/p5-AnyEvent-CacheDNS/pkg-plist b/dns/p5-AnyEvent-CacheDNS/pkg-plist new file mode 100644 index 000000000000..f15972f8edc3 --- /dev/null +++ b/dns/p5-AnyEvent-CacheDNS/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/AnyEvent/CacheDNS.pm +%%PERL5_MAN3%%/AnyEvent::CacheDNS.3.gz |