mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
12186c9e2c
Add new build depends Reported by: az
24 lines
401 B
Makefile
24 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Benchmark-Timer
|
|
PORTVERSION= 0.7102
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= eadler@FreeBSD.org
|
|
COMMENT= Code benchmarking tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN3= Benchmark::Timer.3 Benchmark::delta.3
|
|
|
|
.include <bsd.port.mk>
|