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

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

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

PERL_CONFIGURE= yes

MAN3=   Devel::Timer.3

.include <bsd.port.mk>