aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Ping/Makefile
blob: 7eef9be33a6d20a852cb456d5b2f173917928b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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>