diff options
author | Philip Paeps <philip@FreeBSD.org> | 2005-06-12 21:32:17 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2005-06-12 21:32:17 +0000 |
commit | 934d568fea879da4ba2f8a8f7abfb2fc072f7609 (patch) | |
tree | 569056748304c2271be1ffdfd9ce1d74397ec056 /www/p5-Apache-Scoreboard | |
parent | e96919125920c84fdc11020c0c42716b30a4bb51 (diff) | |
download | ports-934d568fea879da4ba2f8a8f7abfb2fc072f7609.tar.gz ports-934d568fea879da4ba2f8a8f7abfb2fc072f7609.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Scoreboard')
-rw-r--r-- | www/p5-Apache-Scoreboard/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/p5-Apache-Scoreboard/Makefile b/www/p5-Apache-Scoreboard/Makefile index 8f23492063bb..1e815f444779 100644 --- a/www/p5-Apache-Scoreboard/Makefile +++ b/www/p5-Apache-Scoreboard/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Scoreboard PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache @@ -15,12 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tcornpropst@cox.net COMMENT= Perl interface to the Apache scoreboard structure -.if defined(WITH_MODPERL2) -BROKEN= Broken due the new mod_perl2 API -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 -.else BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl -.endif RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |