mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Test::Timer implements a set of test primitives to test and assert test times
from bodies of code. WWW: http://search.cpan.org/dist/Test-Timer/
This commit is contained in:
parent
4d1608f132
commit
1b9ccb016f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283066
@ -2452,6 +2452,7 @@
|
||||
SUBDIR += p5-Test-Taint
|
||||
SUBDIR += p5-Test-TempDir
|
||||
SUBDIR += p5-Test-Tester
|
||||
SUBDIR += p5-Test-Timer
|
||||
SUBDIR += p5-Test-Trap
|
||||
SUBDIR += p5-Test-Unit
|
||||
SUBDIR += p5-Test-UseAllModules
|
||||
|
26
devel/p5-Test-Timer/Makefile
Normal file
26
devel/p5-Test-Timer/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Test-Timer
|
||||
# Date created: 2011-10-06
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Timer
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= A test module to test/assert response times
|
||||
|
||||
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
|
||||
RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
|
||||
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Timer.3 Test::Timer::TimeoutException.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Timer/distinfo
Normal file
2
devel/p5-Test-Timer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-Timer-0.05.tar.gz) = b5f833797d858951ef2392e2052c4c96c327ceac3407d238c6b16b511443ed9e
|
||||
SIZE (Test-Timer-0.05.tar.gz) = 9003
|
4
devel/p5-Test-Timer/pkg-descr
Normal file
4
devel/p5-Test-Timer/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Test::Timer implements a set of test primitives to test and assert test times
|
||||
from bodies of code.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Timer/
|
7
devel/p5-Test-Timer/pkg-plist
Normal file
7
devel/p5-Test-Timer/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Test/Timer/TimeoutException.pm
|
||||
%%SITE_PERL%%/Test/Timer.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Test/Timer
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
Loading…
Reference in New Issue
Block a user