freebsd-ports/devel/p5-Devel-DProf/Makefile

30 lines
582 B
Makefile
Raw Normal View History

1997-06-16 04:45:08 +02:00
# New ports collection makefile for: p5-Devel-DProf
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
1997-06-16 04:45:08 +02:00
#
2000-04-11 23:30:15 +02:00
PORTNAME= DProf
PORTVERSION= 19990108
1997-06-16 04:45:08 +02:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-Devel-
1997-06-16 04:45:08 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A Perl code profiler
1997-06-16 04:45:08 +02:00
PERL_CONFIGURE= yes
1997-06-16 04:45:08 +02:00
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>