diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-10 02:04:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-10 02:04:43 +0000 |
commit | dc0fd5fb831789955f7009142dca300a17c07f06 (patch) | |
tree | 34ffbce5a4adffd5cfa1186f3f4172bed0e45f56 /net/p5-POE-Component-Client-Traceroute/Makefile | |
parent | c8fb0c454e41c4142c3ae452dfea31a23498af89 (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Client-Traceroute/Makefile')
-rw-r--r-- | net/p5-POE-Component-Client-Traceroute/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-POE-Component-Client-Traceroute/Makefile b/net/p5-POE-Component-Client-Traceroute/Makefile new file mode 100644 index 000000000000..5c2276854e3a --- /dev/null +++ b/net/p5-POE-Component-Client-Traceroute/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-POE-Component-Client-Traceroute +# Date created: 2006-08-09 +# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-Traceroute +PORTVERSION= 0.11 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= tjs@cdpa.nsysu.edu.tw +COMMENT= A non-blocking traceroute client + +RUN_DEPENDS= p5-POE>=0.11:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::Client::Traceroute.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500702 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +.endif + +.include <bsd.port.post.mk> |