diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 09:10:47 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 09:10:47 +0000 |
commit | 4535353d50f267f4011e7eb36d698ac3ed696f29 (patch) | |
tree | f73413fa0b396e0bdc63b7457980d290df97f6d2 /www/mod_perl | |
parent | 4a8a47415e32c2bab2b9a25edc2c67bd76837975 (diff) | |
download | ports-4535353d50f267f4011e7eb36d698ac3ed696f29.tar.gz ports-4535353d50f267f4011e7eb36d698ac3ed696f29.zip |
Notes
Diffstat (limited to 'www/mod_perl')
-rw-r--r-- | www/mod_perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 462e1ab203a5..680c1256976a 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= apache@FreeBSD.org COMMENT= Embeds a Perl interpreter in the Apache server -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +USE_APACHE= YES PERL_CONFIGURE= yes CONFIGURE_ARGS+= USE_APXS=1 EVERYTHING=1 INSTALLSITELIB=${SITE_PERL} \ INSTALLSITEARCH=${SITE_PERL}/${PERL_ARCH} \ |