diff options
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/Makefile | 27 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr | 3 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 3dbc7fb901f6..98424b8c8713 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -111,6 +111,7 @@ SUBDIR += p5-Net-Nslookup SUBDIR += p5-Net-RBLClient SUBDIR += p5-POE-Component-Client-DNS + SUBDIR += p5-POE-Component-Client-DNS-Recursive SUBDIR += p5-POE-Component-Resolver SUBDIR += p5-POE-Component-Server-DNS SUBDIR += p5-Stanford-DNSserver diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile new file mode 100644 index 000000000000..feda0c8681a9 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-POE-Component-Client-DNS-Recursive +# Date created: 2012-02-28 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-DNS-Recursive +PORTVERSION= 1.02 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +#MASTER_SITE_SUBDIR= CPAN:BINGOS +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= A recursive DNS client for POE + +BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::Client::DNS::Recursive.3 + +.include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/distinfo b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo new file mode 100644 index 000000000000..468392f67200 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo @@ -0,0 +1,2 @@ +SHA256 (POE-Component-Client-DNS-Recursive-1.02.tar.gz) = 35bf9a4e317afd7faab93ec29e18f350cc4baaeaf2ebbbcd744105a7b4bb162c +SIZE (POE-Component-Client-DNS-Recursive-1.02.tar.gz) = 17057 diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr new file mode 100644 index 000000000000..afb854be0762 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr @@ -0,0 +1,3 @@ +A recursive DNS client for POE + +WWW: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/ diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist new file mode 100644 index 000000000000..bd9503b31234 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/POE/Component/Client/DNS/Recursive.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/Recursive/.packlist +@dirrmtry %%SITE_PERL%%/POE/Component/Client/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/Recursive +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component |