mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
50513d5d52
This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
30 lines
582 B
Makefile
30 lines
582 B
Makefile
# 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
|
|
|
|
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>
|