ec985b6d69
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.
25 lines
689 B
Makefile
25 lines
689 B
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"
|