aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Ping/Makefile
blob: 88d0c8cff2f204473462ac310b1bbe94179cc923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    net/p5-Net-Ping
# Date created:             28 July 2007
# Whom:                 Sergey Matveychuk <sem@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Net-Ping
PORTVERSION=    2.33
PORTREVISION=   0
CATEGORIES= net perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX=  p5-

MAINTAINER= sem@FreeBSD.org
COMMENT=    A perl module to check a remote host for reachability

PERL_CONFIGURE= yes

MAN3=   Net::Ping.3

.include <bsd.port.mk>