2004-04-20 09:23:14 +02:00
|
|
|
# New ports collection makefile for: Apache-DebugInfo
|
|
|
|
# Date created: 19 April 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-DebugInfo
|
|
|
|
PORTVERSION= 0.05
|
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-04-20 09:23:14 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Log various bits of per-request data
|
|
|
|
|
2011-08-27 11:55:12 +02:00
|
|
|
DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
|
2011-11-02 04:43:44 +01:00
|
|
|
EXPIRATION_DATE= 2012-01-01
|
2011-08-27 11:55:12 +02:00
|
|
|
|
2011-06-27 23:12:10 +02:00
|
|
|
# Changed to apache13 exclusive, else apache13 ports
|
|
|
|
# are broken if apache22 is set as default
|
|
|
|
USE_APACHE= 13
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
|
|
|
|
IGNORE= this port does not support mod_perl2
|
2004-04-20 09:23:14 +02:00
|
|
|
.else
|
2011-06-27 23:12:10 +02:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
|
|
|
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
2004-04-20 09:23:14 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Apache::DebugInfo.3
|
|
|
|
|
2011-06-27 23:12:10 +02:00
|
|
|
.include <bsd.port.post.mk>
|