20 lines
372 B
Makefile
20 lines
372 B
Makefile
# 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Devel::Timer.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|