and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
18 lines
344 B
Makefile
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>
|