freebsd-ports/devel/p5-Devel-Timer/Makefile
Nuno Teixeira be1d330ff3 devel/p5-Devel-Timer: Update to 0.14
ChangeLog:	https://metacpan.org/dist/Devel-Timer/changes

PR:		266798
Approved by:	maintainer timeout, >2 weeks
2022-10-18 22:28:03 +01:00

20 lines
432 B
Makefile

PORTNAME= Devel-Timer
DISTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Track and report execution time for parts of code
WWW= https://metacpan.org/release/Devel-Timer
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>