Files
ports/net/p5-Net-Ping/Makefile
2022-09-10 20:53:13 +08:00

22 lines
386 B
Makefile

PORTNAME= Net-Ping
PORTVERSION= 2.75
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Check a remote host for reachability
WWW= https://metacpan.org/release/Net-Ping
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>