freebsd-ports/devel/p5-Devel-Timer/Makefile
Andrej Zverev b47325edb2 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-27 16:06:25 +00:00

18 lines
344 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
PERL_CONFIGURE= yes
MAN3= Devel::Timer.3
.include <bsd.port.mk>