aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-DProf/Makefile
blob: 3b7485bc7931019f9aa7ba8d9b7c043f50e4c1ba (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
# New ports collection makefile for:    p5-Devel-DProf
# Date created:             June 15th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   DProf
PORTVERSION=    19990108
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX=  p5-Devel-

MAINTAINER= perl@FreeBSD.org
COMMENT=    A Perl code profiler

PERL_CONFIGURE= yes

MAN1PREFIX= ${PREFIX}
MAN1=       dprofpp.1
MAN3=       Devel::DProf.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} >= 500600
IGNORE=     "Version included in perl distribution is newer"
.endif

.include <bsd.port.post.mk>