diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-26 21:16:38 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-26 21:16:38 +0000 |
commit | db062f2e4dcc4dbb58c94cce42ba51c8123aeb76 (patch) | |
tree | ffa0d3661da0f9d088ae1581203bb997c9ce5c87 /dns/p5-Net-DNS-Lite | |
parent | af089e10c4702ec5a830abfb858959ae84d60d49 (diff) | |
download | ports-db062f2e4dcc4dbb58c94cce42ba51c8123aeb76.tar.gz ports-db062f2e4dcc4dbb58c94cce42ba51c8123aeb76.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-Lite')
-rw-r--r-- | dns/p5-Net-DNS-Lite/Makefile | 23 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Lite/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Lite/pkg-descr | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Lite/pkg-plist | 8 |
4 files changed, 37 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-Lite/Makefile b/dns/p5-Net-DNS-Lite/Makefile new file mode 100644 index 000000000000..16fe6d7dfd09 --- /dev/null +++ b/dns/p5-Net-DNS-Lite/Makefile @@ -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> diff --git a/dns/p5-Net-DNS-Lite/distinfo b/dns/p5-Net-DNS-Lite/distinfo new file mode 100644 index 000000000000..0a92e3ff217a --- /dev/null +++ b/dns/p5-Net-DNS-Lite/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-DNS-Lite-0.05.tar.gz) = 5cfaa47d1009b73e52e9d06c6f33005af5b565c8f254eaea58e1bee77567ccdf +SIZE (Net-DNS-Lite-0.05.tar.gz) = 24722 diff --git a/dns/p5-Net-DNS-Lite/pkg-descr b/dns/p5-Net-DNS-Lite/pkg-descr new file mode 100644 index 000000000000..04e57c9b9c50 --- /dev/null +++ b/dns/p5-Net-DNS-Lite/pkg-descr @@ -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/ diff --git a/dns/p5-Net-DNS-Lite/pkg-plist b/dns/p5-Net-DNS-Lite/pkg-plist new file mode 100644 index 000000000000..0ec1607c08e0 --- /dev/null +++ b/dns/p5-Net-DNS-Lite/pkg-plist @@ -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 |