freebsd-ports/devel/p5-Devel-DProf/Makefile
Sergey Skvortsov a92d297d8b Update port:
* mark as IGNORE if perl >= 5.6.0 (already included)
* clean pkg-descr
* change MAINTAINER to perl@FreeBSD.org
2004-08-11 16:31:49 +00:00

30 lines
604 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
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>