freebsd-ports/www/p5-Apache-DumpHeaders/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

23 lines
525 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= 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>