c1f420606c
Changes: http://search.cpan.org/dist/POE-Component-Client-Ping/CHANGES Feature safe: yes
27 lines
570 B
Makefile
27 lines
570 B
Makefile
# New ports collection makefile for: POE-Component-Client-Ping
|
|
# Date created: 10 Dec 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= POE-Component-Client-Ping
|
|
PORTVERSION= 1.171
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= POE component for non-blocking/concurrent ICMP ping
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-POE>=1.0070:${PORTSDIR}/devel/p5-POE
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= POE::Component::Client::Ping.3
|
|
|
|
.include <bsd.port.mk>
|