2001-04-11 00:48:46 +02:00
|
|
|
# New ports collection makefile for: mod_cgi_debug
|
|
|
|
# Date created: 10 April 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_cgi_debug
|
|
|
|
PORTVERSION= 0.7
|
|
|
|
CATEGORIES= www
|
2002-06-03 20:21:09 +02:00
|
|
|
MASTER_SITES= http://software.tangent.org/download/
|
2001-04-11 00:48:46 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Apache module to make debugging server-side scripts easier
|
2001-04-11 00:48:46 +02:00
|
|
|
|
2002-09-09 20:30:10 +02:00
|
|
|
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
|
|
|
|
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
2001-04-11 00:48:46 +02:00
|
|
|
|
|
|
|
APXS?= ${LOCALBASE}/sbin/apxs
|
2002-09-09 20:30:10 +02:00
|
|
|
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
2001-04-11 00:48:46 +02:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|