ports/devel/p5-Test-Timer/Makefile
2023-04-11 22:34:04 +02:00

22 lines
493 B
Makefile

PORTNAME= Test-Timer
PORTVERSION= 2.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl test module to test/assert response times
WWW= https://metacpan.org/release/Test-Timer
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Error>=0:lang/p5-Error
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
RUN_DEPENDS= p5-Error>=0:lang/p5-Error
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>