freebsd-ports/www/p5-Apache-DumpHeaders/Makefile
Norikatsu Shigemura 9a39a7be6d Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@
2004-08-13 15:21:20 +00:00

24 lines
572 B
Makefile

# 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
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>