blob: cc9ae6df46f5e9db00c3e4d2e701c2364de89cab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Apache-DumpHeaders
# Date created: 2002-05-31
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Apache-DumpHeaders
PORTVERSION= 0.94
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Watches HTTP transactions under mod_perl, looking at the headers
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
PERL_CONFIGURE= yes
MAN3= Apache::DumpHeaders.3 Apache::ProxyPassThru.3
.include <bsd.port.mk>
|