aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Timer/Makefile
blob: 3d6197ca1a780ab92160966f993b9c614e90abf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Cory R. King <coryking@mozimediacom>

PORTNAME=	Devel-Timer
PORTVERSION=	0.04
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	coryking@mozimedia.com
COMMENT=	Track and report execution time for parts of code

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>