mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
262 B
Makefile
18 lines
262 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net-Ping
|
|
PORTVERSION= 2.40
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
|
COMMENT= Perl module to check a remote host for reachability
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|