freebsd-ports/www/p5-HTTP-Proxy/Makefile

43 lines
1 KiB
Makefile
Raw Normal View History

# 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}
2005-04-05 13:03:43 +02:00
PERL_MODBUILD= yes
MAN3= \
HTTP::Proxy.3 \
HTTP::Proxy::BodyFilter.3 \
2005-04-05 13:03:43 +02:00
HTTP::Proxy::BodyFilter::complete.3 \
HTTP::Proxy::BodyFilter::htmlparser.3 \
HTTP::Proxy::BodyFilter::htmltext.3 \
HTTP::Proxy::BodyFilter::lines.3 \
2005-04-05 13:03:43 +02:00
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 \
2005-11-22 13:05:17 +01:00
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>