From 4d35bc6ad0cd35f5d034a7b5fb6d00effc9a0ee5 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 5 Nov 1999 14:50:26 +0000 Subject: Initial import of mod_perl 1.21. This is mod_perl for Apache. It is intended as a replacement for the p5-Apache port. Instead of creating a replacement httpd binary with mod_perl linked into it, it uses Apache's APXS to create and install mod_perl as a DSO. This makes it suitable for use with apachexx-xxx ports other than apache13. --- www/mod_perl2/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 www/mod_perl2/Makefile (limited to 'www/mod_perl2/Makefile') diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile new file mode 100644 index 000000000000..204d8a2202fd --- /dev/null +++ b/www/mod_perl2/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: p5-Apache +# Version required: 1.19 +# Date created: April 26th 1997 +# Whom: James FitzGibbon +# +# $FreeBSD$ +# + +DISTNAME= mod_perl-1.21 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache + +MAINTAINER= sheldonh@FreeBSD.org + +RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 + +USE_PERL5= YES + +MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ + Apache::FakeRequest.3 Apache::Leak.3 \ + Apache::Log.3 Apache::Options.3 \ + Apache::PerlRun.3 Apache::PerlRunXS.3 \ + Apache::RedirectLogFix.3 \ + Apache::Registry.3 Apache::SizeLimit.3 \ + Apache::Status.3 Apache::Symbol.3 Apache::Symdump.3 \ + Apache::Table.3 Apache::URI.3 Apache::Util.3 \ + Apache::httpd_conf.3 Apache::src.3 Bundle::Apache.3 \ + Apache::Debug.3 mod_perl.3 Apache::SIG.3 Apache::Resource.3 \ + Apache::RegistryLoader.3 Apache::StatINC.3 Apache::Include.3 \ + Apache::PerlSections.3 cgi_to_mod_perl.3 \ + mod_perl_cvs.3 mod_perl_method_handlers.3 mod_perl_traps.3 \ + mod_perl_tuning.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; \ + ${PERL5} Makefile.PL USE_APXS=1 EVERYTHING=1 \ + WITH_APXS=${PREFIX}/sbin/apxs \ + PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\"' + +post-install: + @ ${SH} ${PKGINSTALL} + +.include -- cgit v1.2.3