diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 18:05:39 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 18:05:39 +0000 |
commit | 2b50ec96f85dc5799b40710256a65eb42cdab931 (patch) | |
tree | f53ae742b7f3830db407c78b24a835ac68df6064 /net/p5-Net-Ping | |
parent | 006540f3da36e39c4ff06874e994efbe2866b6e6 (diff) | |
download | ports-2b50ec96f85dc5799b40710256a65eb42cdab931.tar.gz ports-2b50ec96f85dc5799b40710256a65eb42cdab931.zip |
Notes
Diffstat (limited to 'net/p5-Net-Ping')
-rw-r--r-- | net/p5-Net-Ping/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Ping/pkg-descr | 2 | ||||
-rw-r--r-- | net/p5-Net-Ping/pkg-plist | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/net/p5-Net-Ping/Makefile b/net/p5-Net-Ping/Makefile index 77ee0b993b27..7eef9be33a6d 100644 --- a/net/p5-Net-Ping/Makefile +++ b/net/p5-Net-Ping/Makefile @@ -8,12 +8,9 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sem@FreeBSD.org -COMMENT= A perl module to check a remote host for reachability +COMMENT= Perl module to check a remote host for reachability USES= perl5 USE_PERL5= configure -MAN3= Net::Ping.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Net-Ping/pkg-descr b/net/p5-Net-Ping/pkg-descr index b731492f5db4..8abd0ac61a2b 100644 --- a/net/p5-Net-Ping/pkg-descr +++ b/net/p5-Net-Ping/pkg-descr @@ -3,4 +3,4 @@ hosts on a network. A ping object is first created with optional parameters, a variable number of hosts may be pinged multiple times and then the connection is closed. -WWW: http://search.cpan.org/dist/Net-Ping +WWW: http://search.cpan.org/dist/Net-Ping/ diff --git a/net/p5-Net-Ping/pkg-plist b/net/p5-Net-Ping/pkg-plist index 5d88fb01fb61..eac770cc491a 100644 --- a/net/p5-Net-Ping/pkg-plist +++ b/net/p5-Net-Ping/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/Ping.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/.packlist +%%PERL5_MAN3%%/Net::Ping.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net |