diff options
Diffstat (limited to 'devel/p5-Devel-NYTProf/Makefile')
-rw-r--r-- | devel/p5-Devel-NYTProf/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index 182666155f54..bcfc1a5708bf 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/devel/p5-Devel-NYTProf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Devel-NYTProf -PORTVERSION= 2.10 +PORTVERSION= 3.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,19 +14,25 @@ PKGNAMEPREFIX= p5- MAINTAINER= vovkasm@gmail.com COMMENT= Powerful feature-rich perl source code profiler +BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_PERL5= 5.8.1+ PERL_CONFIGURE= yes MAN1= nytprofhtml.1 \ - nytprofcsv.1 + nytprofcsv.1 \ + nytprofcg.1 MAN3= Devel::NYTProf.3 \ Devel::NYTProf::Apache.3 \ Devel::NYTProf::Core.3 \ Devel::NYTProf::Data.3 \ + Devel::NYTProf::PgPLPerl.3 \ Devel::NYTProf::ReadStream.3 \ Devel::NYTProf::Reader.3 \ + Devel::NYTProf::Run.3 \ Devel::NYTProf::Util.3 .include <bsd.port.mk> |