freebsd-ports/net/p5-Net-Ping/Makefile
Sergey Matveychuk cdca54aaca - Update to 2.35
- Use CPAN macro

PR:		ports/120703
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
2008-03-03 17:49:50 +00:00

21 lines
403 B
Makefile

# 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.35
CATEGORIES= net perl5
MASTER_SITES= CPAN
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>