# New ports collection makefile for: p5-Apache # Version required: 1.00b2 # Date created: April 26th 1997 # Whom: James FitzGibbon # # $Id: Makefile,v 1.5 1997/06/24 18:43:04 jfitz Exp $ # DISTNAME= mod_perl-1.00b2 PKGNAME= p5-Apache-1.00b2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES CONFIGURE_ENV= PORTSDIR=${PORTSDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}" MAN3= Apache.3 Apache::Constants.3 Apache::Options.3 \ Apache::Registry.3 Apache::Status.3 Bundle::Apache.3 \ Apache::Debug.3 mod_perl.3 MANPREFIX= ${PREFIX}/lib/perl5 pre-configure: @ cd ${PORTSDIR}/www/apache && ${MAKE} clean patch do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL post-install: ${MKDIR} -p ${PREFIX}/share/doc/mod_perl ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/mod_perl @ ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} /usr/bin/perl ${SCRIPTDIR}/install_httpd .if !defined(BATCH) @ /usr/bin/more -e ${FILESDIR}/post-install-notes .endif .include