aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-DProf/Makefile
blob: 0cce54e05b99be5eb009ee8bf5f9f50ce68823b0 (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
# New ports collection makefile for:    p5-Devel-DProf
# Version required:         19970614
# Date created:             June 15th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
#   $Id: Makefile,v 1.1.1.1 1997/06/16 02:45:08 jfitz Exp $
#

DISTNAME=   DProf-19970614
PKGNAME=    p5-Devel-DProf-19970614
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel

MAINTAINER= jfitz@FreeBSD.ORG

BUILD_DEPENDS=  perl5.004:${PORTSDIR}/lang/perl5
RUN_DEPENDS=    perl5.004:${PORTSDIR}/lang/perl5

MAN1PREFIX= ${PREFIX}
MAN1=       dprofpp.1
MAN3PREFIX= ${PREFIX}/lib/perl5
MAN3=       Devel::DProf.3

do-configure:
        @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include <bsd.port.mk>