diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-02 05:04:10 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-02 05:04:10 +0800 |
commit | ba90cad167d48fcaa54db209f2b63417988b0c2f (patch) | |
tree | c7471e501114bda4c4562126d3820ae0344cf62b /www | |
parent | e918c9e2b3e937c16cbb1b7f45c4ff4a87b0b8d8 (diff) | |
download | freebsd-ports-gnome-ba90cad167d48fcaa54db209f2b63417988b0c2f.tar.gz freebsd-ports-gnome-ba90cad167d48fcaa54db209f2b63417988b0c2f.tar.zst freebsd-ports-gnome-ba90cad167d48fcaa54db209f2b63417988b0c2f.zip |
- disable mod_perl which is gone together with apache13
Port is not tested with mod_perl2!
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index 9dd9be803158..28cebed200b0 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Apache-ASP PORTVERSION= 2.61 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,12 +25,14 @@ RUN_DEPENDS= p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \ p5-Tie-Cache>=0:${PORTSDIR}/devel/p5-Tie-Cache \ p5-XML-LibXSLT>=0:${PORTSDIR}/textproc/p5-XML-LibXSLT -.if !defined(WITHOUT_MODPERL) -RUN_DEPENDS+= ap13-mod_perl>=0:${PORTSDIR}/www/mod_perl \ - p5-Apache-Filter>=0:${PORTSDIR}/www/p5-Apache-Filter \ - p5-Apache-SSI>=0:${PORTSDIR}/www/p5-Apache-SSI -MODPERL_SUFFIX?=+mod_perl -.endif + +# XXX not tested with mod_perl2, but mod_perl was removed ... +#.if !defined(WITHOUT_MODPERL) +#RUN_DEPENDS+= ap13-mod_perl>=0:${PORTSDIR}/www/mod_perl \ +# p5-Apache-Filter>=0:${PORTSDIR}/www/p5-Apache-Filter \ +# p5-Apache-SSI>=0:${PORTSDIR}/www/p5-Apache-SSI +#MODPERL_SUFFIX?=+mod_perl +#.endif PERL_CONFIGURE= yes |