f58ac746d7
LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally except for the fact that it times each stage of the request and then inserts the results as header. It's useful for debugging where abouts in a connection slow downs are occuring. WWW: http://search.cpan.org/dist/LWPx-TimedHTTP/ Feature safe: yes
25 lines
575 B
Makefile
25 lines
575 B
Makefile
# New ports collection makefile for: p5-LWPx-TimedHTTP
|
|
# Date created: 2011-11-11
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= LWPx-TimedHTTP
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Time the different stages of an HTTP request
|
|
|
|
BUILD_DEPENDS= p5-HTTP-Daemon>=0:${PORTSDIR}/www/p5-HTTP-Daemon \
|
|
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS= p5-libwww>=6:${PORTSDIR}/www/p5-libwww
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= LWPx::TimedHTTP.3
|
|
|
|
.include <bsd.port.mk>
|