summaryrefslogtreecommitdiff
path: root/www/p5-Apache-SubProcess/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-11-02 06:42:15 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-11-02 06:42:15 +0000
commit68c413ec870f4579dfea9fda8fc8c476dabbb331 (patch)
tree516d5e7fd954a852006722443fab0443dc64ff54 /www/p5-Apache-SubProcess/Makefile
parentFix typoes on MAINTAINER address. (diff)
Add p5-Apache-SubProcess(0.03), a perl module for API for running
and communicating with processes spawned from mod_perl handlers. PR: ports/44479 Submitted by: Lars Eggert <larse@isi.edu>
Notes
Notes: svn path=/head/; revision=69291
Diffstat (limited to 'www/p5-Apache-SubProcess/Makefile')
-rw-r--r--www/p5-Apache-SubProcess/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-Apache-SubProcess/Makefile b/www/p5-Apache-SubProcess/Makefile
new file mode 100644
index 000000000000..7f5aa258fe39
--- /dev/null
+++ b/www/p5-Apache-SubProcess/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: Apache-SubProcess
+# Date created: 25 October 2002
+# Whom: larse@isi.edu
+#
+# $FreeBSD$
+#
+
+PORTNAME= Apache-SubProcess
+PORTVERSION= 0.03
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= larse@isi.edu
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>