freebsd-ports/net/p5-Net-Ping/Makefile
Andrej Zverev 3d017a6886 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 16:11:30 +00:00

22 lines
417 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.40
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sem@FreeBSD.org
COMMENT= A perl module to check a remote host for reachability
USES= perl5
USE_PERL5= configure
MAN3= Net::Ping.3
.include <bsd.port.mk>