2002-11-02 07:42:15 +01:00
|
|
|
# New ports collection makefile for: Apache-SubProcess
|
|
|
|
# Date created: 25 October 2002
|
|
|
|
# Whom: larse@isi.edu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-SubProcess
|
|
|
|
PORTVERSION= 0.03
|
2004-12-25 04:46:57 +01:00
|
|
|
PORTREVISION= 1
|
2002-11-05 03:35:18 +01:00
|
|
|
CATEGORIES= www perl5
|
2002-11-02 07:42:15 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Apache
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-01-19 01:56:11 +01:00
|
|
|
MAINTAINER= lars.eggert@gmx.net
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Forking and executing subprocesses from mod_perl
|
2002-11-02 07:42:15 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl
|
2002-11-02 07:42:15 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|