freebsd-ports/devel/p5-Devel-Timer/Makefile
Andrej Zverev 8dd7cad550 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 14:40:31 +00:00

17 lines
336 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
.include <bsd.port.mk>