Wed Jul 25 10:25:12 2012 UTC ()
Adding new package for Perl 5 module LWPx::TimedHTTP version 1.8 from CPAN
into www/p5-LWPx-TimedHTTP.

This module 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.


(sno)
diff -r0 -r1.1 pkgsrc/www/p5-LWPx-TimedHTTP/DESCR
diff -r0 -r1.1 pkgsrc/www/p5-LWPx-TimedHTTP/Makefile

File Added: pkgsrc/www/p5-LWPx-TimedHTTP/DESCR
This module 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.

File Added: pkgsrc/www/p5-LWPx-TimedHTTP/Makefile
# $NetBSD: Makefile,v 1.1 2012/07/25 10:25:12 sno Exp $
#

DISTNAME=	LWPx-TimedHTTP-1.8
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=LWPx/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/LWPx-TimedHTTP/
COMMENT=	Perl 5 module to time the different stages of an HTTP request
LICENSE=	${PERL5_LICENSE}

PKG_DESTDIR_SUPPORT=	user-destdir

DEPENDS+=		p5-libwww>=6.0:../../www/p5-libwww

BUILD_DEPENDS+=		p5-HTTP-Daemon-[0-9]*:../../www/p5-HTTP-Daemon

PERL5_MODULE_TYPE=	Module::Build
PERL5_PACKLIST=		auto/LWPx/TimedHTTP/.packlist
USE_LANGUAGES=		# none

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"