aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-NYTProf/Makefile
blob: 37360f30febb8bb1ea12ccd4e044a83b03848523 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    p5-Devel-NYTProf
# Date created:     2008-10-21
# Whom:         Vladimir Timofeev <vovkasm@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   Devel-NYTProf
PORTVERSION=    4.06
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
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 \
    nytprofcg.1

MAN3=   Devel::NYTProf.3 \
    Devel::NYTProf::Apache.3 \
    Devel::NYTProf::Core.3 \
    Devel::NYTProf::Data.3 \
    Devel::NYTProf::FileInfo.3 \
    Devel::NYTProf::ReadStream.3 \
    Devel::NYTProf::Run.3 \
    Devel::NYTProf::Util.3

.include <bsd.port.mk>