diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2012-03-22 19:53:43 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2012-03-22 19:53:43 +0000 |
commit | affe3a18270749afa320603236e9833ddb6bd38c (patch) | |
tree | 8339dc1ad265a9f93185c58806fb5bb9c2144e9d /www/p5-Apache-Profiler | |
parent | d62fdba67db3020e492120a0d4577f7233f56302 (diff) | |
download | ports-affe3a18270749afa320603236e9833ddb6bd38c.tar.gz ports-affe3a18270749afa320603236e9833ddb6bd38c.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Profiler')
-rw-r--r-- | www/p5-Apache-Profiler/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-Profiler/Makefile b/www/p5-Apache-Profiler/Makefile index 443bf3f5fb1f..37fb5c64c744 100644 --- a/www/p5-Apache-Profiler/Makefile +++ b/www/p5-Apache-Profiler/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Profiles time seconds needed for every request +BUILD_DEPENDS= mp2bug:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS= mp2bug:${PORTSDIR}/www/mod_perl2 + PERL_CONFIGURE= yes MAN3= Apache::Profiler.3 Apache2::Profiler.3 |