freebsd-ports/devel/p5-Test-Benchmark/Makefile
2021-04-06 16:31:07 +02:00

21 lines
398 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= Test-Benchmark
PORTVERSION= 0.004
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Make sure something really is faster
LICENSE= LGPL21
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>