diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-02 06:42:15 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-02 06:42:15 +0000 |
commit | 68c413ec870f4579dfea9fda8fc8c476dabbb331 (patch) | |
tree | 516d5e7fd954a852006722443fab0443dc64ff54 /www/p5-Apache-SubProcess/Makefile | |
parent | 7cee1ca843a8f2339c8770940a1f35c3fe7c4e80 (diff) | |
download | ports-68c413ec870f4579dfea9fda8fc8c476dabbb331.tar.gz ports-68c413ec870f4579dfea9fda8fc8c476dabbb331.zip |
Notes
Diffstat (limited to 'www/p5-Apache-SubProcess/Makefile')
-rw-r--r-- | www/p5-Apache-SubProcess/Makefile | 21 |
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> |