summaryrefslogtreecommitdiffstats
path: root/www/p5-Apache/Makefile
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1997-05-05 00:41:07 +0000
committerjfitz <jfitz@FreeBSD.org>1997-05-05 00:41:07 +0000
commit654739d0e86514b0a5f79563e5a569c8a3f7b4c5 (patch)
tree91efd571206fd939c85880913663e4a7c981b262 /www/p5-Apache/Makefile
parentc85e40fa0f6560cf7a8c6f594c0c0690ea30e8bb (diff)
downloadFreeBSD-ports-654739d0e86514b0a5f79563e5a569c8a3f7b4c5.zip
FreeBSD-ports-654739d0e86514b0a5f79563e5a569c8a3f7b4c5.tar.gz
Import of p5-Apache, a module to integrate perl5 with almost every part of the Apache web server
Diffstat (limited to 'www/p5-Apache/Makefile')
-rw-r--r--www/p5-Apache/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile
new file mode 100644
index 0000000..74845c3
--- /dev/null
+++ b/www/p5-Apache/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: p5-Apache
+# Version required: 0.98
+# Date created: April 26th 1997
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= mod_perl-0.98
+PKGNAME= p5-Apache-0.98
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/ExtUtils/Embed.pm:${PORTSDIR}/devel/p5-ExtUtils-Embed \
+ ${PREFIX}/lib/perl5/site_perl/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
+ perl5.003:${PORTSDIR}/lang/perl5
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+
+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 <bsd.port.mk>
OpenPOWER on IntegriCloud