593dd3860f
- Updating package of p5 module for HTTP::Proxy from 0.22nb1 to 0.23 - Adjusting module type to Module::Build - Setting license to ${PERL5_LICENSE} accroding to Makefile Upstream changes: 0.23 Thu Sep 4 02:29:47 CEST 2008 [ENHANCEMENTS] - HTTP::Proxy::BodyFilter::save had an issue with cygwin because of an incorrect use of File::Spec's catdir(). This is fixed. - CONNECT requests are now forwarded to the upstream proxy, if there is one. Errors from the upstream proxy are relayed to the client. [TESTS] - t/23connect.t does not use sysread() anymore. This time the test should pass about everywhere.
22 lines
579 B
Makefile
22 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/06/14 20:32:10 sno Exp $
|
|
#
|
|
|
|
DISTNAME= HTTP-Proxy-0.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTTP-Proxy/
|
|
COMMENT= Perl5 module providing a simple HTTP proxy daemon
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/HTTP/Proxy/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|