1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/p5-Net-Ping/Makefile
Andrej Zverev 2b50ec96f8 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 18:05:39 +00:00

17 lines
309 B
Makefile

# Created by: Sergey Matveychuk <sem@FreeBSD.org>
# $FreeBSD$
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>