63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
42 lines
1 KiB
Makefile
42 lines
1 KiB
Makefile
# New ports collection makefile for: p5-HTTP-Proxy
|
|
# Date created: 16 April 2003
|
|
# Whom: mat
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTTP-Proxy
|
|
PORTVERSION= 0.25
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A pure Perl HTTP proxy
|
|
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= \
|
|
HTTP::Proxy.3 \
|
|
HTTP::Proxy::BodyFilter.3 \
|
|
HTTP::Proxy::BodyFilter::complete.3 \
|
|
HTTP::Proxy::BodyFilter::htmlparser.3 \
|
|
HTTP::Proxy::BodyFilter::htmltext.3 \
|
|
HTTP::Proxy::BodyFilter::lines.3 \
|
|
HTTP::Proxy::BodyFilter::save.3 \
|
|
HTTP::Proxy::BodyFilter::simple.3 \
|
|
HTTP::Proxy::BodyFilter::tags.3 \
|
|
HTTP::Proxy::Engine.3 \
|
|
HTTP::Proxy::Engine::Legacy.3 \
|
|
HTTP::Proxy::Engine::NoFork.3 \
|
|
HTTP::Proxy::Engine::ScoreBoard.3 \
|
|
HTTP::Proxy::Engine::Threaded.3 \
|
|
HTTP::Proxy::FilterStack.3 \
|
|
HTTP::Proxy::HeaderFilter.3 \
|
|
HTTP::Proxy::HeaderFilter::simple.3 \
|
|
HTTP::Proxy::HeaderFilter::standard.3
|
|
|
|
.include <bsd.port.mk>
|