Files
bsdports/perl/p5-Net-Ping/Makefile
2019-12-26 07:26:06 +00:00

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